Html Css Color HEX #F2DAB9 Pink Lady

📋 copy color: '#F2DAB9'

red 242 ◦ green 218 ◦ blue 185

#F2DAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #F2DAB9

Tints of Pink Lady #F2DAB9

RGB

 RED value IS 242 (94.92% from 255) = 37.52%

 GREEN value IS 218 (85.55% from 255) = 33.8%

 BLUE value IS 185 (72.66% from 255) = 28.68%

R = 37.52%
G = 33.8%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F2DAB9 (or 0xF2DAB9) is known color: Pink Lady. HEX triplet: F2, DA and B9. RGB value is (242,218,185). Sum of RGB (Red+Green+Blue) = 242+218+185=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DAB9 is #0D2546. Grayscale: #DDDDDD. Windows color (decimal): -861511 or 12180210. OLE color: 12180210.

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

Color convert

RGB 242 218 185 -
CMYK 0 0.10 0.24 0.05
HSL 34.74º 0.69% 0.84% -
HSV(B) 34.74º 0.24% 0.95% -
XYZ 70.45 72.52 56.18 -
YUV 221.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 242 218 185 0 0.10 0.24 0.05 34.74 0.69 0.84
Hex F2 DA B9 0 A 18 5 23 45 54
Octal 362 332 271 0 12 30 5 43 105 124
Binary 11110010 11011010 10111001 0 1010 11000 101 100011 1000101 1010100

Color Harmonies of #F2DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DAB9

Black with #F2DAB9

Text Example


Text Example

White with #F2DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DAB9; }

 p { color: rgb(242,218,185); }

 H1.HeaderClassName
 {
   color: #F2DAB9;
 }
 .AnyTagClassName
 {
   color: #F2DAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(242,218,185); }

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

border-color css

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

 span { border-color: rgb(242,218,185); }

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