#F0D2BA

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

Shades of Pink Lady #F0D2BA

Tints of Pink Lady #F0D2BA

Color information

#F0D2BA (or 0xF0D2BA) is unknown color: approx Pink Lady. HEX triplet: F0, D2 and BA. RGB value is (240,210,186). Sum of RGB (Red+Green+Blue) = 240+210+186=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2BA is #0F2D45. Grayscale: #D8D8D8. Windows color (decimal): -994630 or 12243696. OLE color: 12243696.

HSL color Cylindrical-coordinate representation of color #F0D2BA: hue angle of 26.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0D2BA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240210186-
CMYK00.120.220.06
HSL26.67º64.29%83.53%-
HSV(B)26.67º22.5%94.12%-
XYZ67.8468.1656.04-
YUV216.23110.94144.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=37.74%
G=33.02%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021018600.120.220.0626.6764.2983.53
HexF0D2BA0C1661b4054
Octal36032227201426633100124
Binary11110000110100101011101001100101101101101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D2BA; }

 p { color: rgb(240,210,186); }

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

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

 a { background-color: rgb(240,210,186); }

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

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

 span { border-color: rgb(240,210,186); }

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