#F2ADB7

Color #F2ADB7 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #F2ADB7

Tints of Light Pink #F2ADB7

Color information

#F2ADB7 (or 0xF2ADB7) is unknown color: approx Light Pink. HEX triplet: F2, AD and B7. RGB value is (242,173,183). Sum of RGB (Red+Green+Blue) = 242+173+183=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADB7 is #0D5248. Grayscale: #C2C2C2. Windows color (decimal): -873033 or 12037618. OLE color: 12037618.

HSL color Cylindrical-coordinate representation of color #F2ADB7: hue angle of 351.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADB7 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB242173183-
CMYK00.290.240.05
HSL351.3º72.63%81.37%-
HSV(B)351.3º28.51%94.9%-
XYZ60.1152.1851.7-
YUV194.77121.36161.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 40.47%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=40.47%
G=28.93%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217318300.290.240.05351.372.6381.37
HexF2ADB701D18515f4951
Octal362255267035305537111121
Binary1111001010101101101101110111011100010110101111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADB7; }

 p { color: rgb(242,173,183); }

 H1.HeaderClassName
 {
   color: #F2ADB7;
 }
 .AnyTagClassName
 {
   color: #F2ADB7;
 }
</style>
background-color css

<style>
 a { background-color: #F2ADB7; }

 a { background-color: rgb(242,173,183); }

 div.DivClassName
 {
   background-color: #F2ADB7;
 }
 .BgClassName
 {
   background-color: #F2ADB7;
 }
</style>
border-color css

<style>
 span { border-color: #F2ADB7; }

 span { border-color: rgb(242,173,183); }

 td.TdClassName
 {
   border-color: #F2ADB7;
 }
 .TagClassName
 {
   border-color: #F2ADB7;
 }
</style>