Html Css Color HEX #F9DAB2 Pink Lady

📋 copy color: '#F9DAB2'

red 249 ◦ green 218 ◦ blue 178

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

Shades of Pink Lady #F9DAB2

Tints of Pink Lady #F9DAB2

RGB

 RED value IS 249 (97.66% from 255) = 38.6%

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

 BLUE value IS 178 (69.92% from 255) = 27.6%

R = 38.6%
G = 33.8%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9DAB2 (or 0xF9DAB2) is known color: Pink Lady. HEX triplet: F9, DA and B2. RGB value is (249,218,178). Sum of RGB (Red+Green+Blue) = 249+218+178=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 178 (69.92% from 255 or 27.60% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DAB2 is #06254D. Grayscale: #DEDEDE. Windows color (decimal): -402766 or 11721465. OLE color: 11721465.

HSL color Cylindrical-coordinate representation of color #F9DAB2: hue angle of 33.8º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9DAB2 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 178 -
CMYK 0 0.12 0.29 0.02
HSL 33.8º 0.86% 0.84% -
HSV(B) 33.8º 0.29% 0.98% -
XYZ 72.17 73.5 52.5 -
YUV 222.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 249 218 178 0 0.12 0.29 0.02 33.8 0.86 0.84
Hex F9 DA B2 0 C 1D 2 22 56 54
Octal 371 332 262 0 14 35 2 42 126 124
Binary 11111001 11011010 10110010 0 1100 11101 10 100010 1010110 1010100

Color Harmonies of #F9DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DAB2

Black with #F9DAB2

Text Example


Text Example

White with #F9DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DAB2; }

 p { color: rgb(249,218,178); }

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

background-color css

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

 a { background-color: rgb(249,218,178); }

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

border-color css

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

 span { border-color: rgb(249,218,178); }

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