#F8D4AD

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

Shades of Pink Lady #F8D4AD

Tints of Pink Lady #F8D4AD

Color information

#F8D4AD (or 0xF8D4AD) is unknown color: approx Pink Lady. HEX triplet: F8, D4 and AD. RGB value is (248,212,173). Sum of RGB (Red+Green+Blue) = 248+212+173=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D4AD is #072B52. Grayscale: #DADADA. Windows color (decimal): -469843 or 11392248. OLE color: 11392248.

HSL color Cylindrical-coordinate representation of color #F8D4AD: hue angle of 31.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8D4AD is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248212173-
CMYK00.150.300.03
HSL31.2º84.27%82.55%-
HSV(B)31.2º30.24%97.25%-
XYZ69.870.0649.38-
YUV218.32102.43149.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.18%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=39.18%
G=33.49%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821217300.150.300.0331.284.2782.55
HexF8D4AD0F1E31f5453
Octal37032425501736337124123
Binary1111100011010100101011010111111110111111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D4AD; }

 p { color: rgb(248,212,173); }

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

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

 a { background-color: rgb(248,212,173); }

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

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

 span { border-color: rgb(248,212,173); }

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