#F0D1AF

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

Shades of Pink Lady #F0D1AF

Tints of Pink Lady #F0D1AF

Color information

#F0D1AF (or 0xF0D1AF) is unknown color: approx Pink Lady. HEX triplet: F0, D1 and AF. RGB value is (240,209,175). Sum of RGB (Red+Green+Blue) = 240+209+175=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1AF is #0F2E50. Grayscale: #D6D6D6. Windows color (decimal): -994897 or 11522544. OLE color: 11522544.

HSL color Cylindrical-coordinate representation of color #F0D1AF: hue angle of 31.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0D1AF is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240209175-
CMYK00.130.270.06
HSL31.38º68.42%81.37%-
HSV(B)31.38º27.08%94.12%-
XYZ66.4767.2250.03-
YUV214.39105.77146.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=38.46%
G=33.49%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020917500.130.270.0631.3868.4281.37
HexF0D1AF0D1B61f4451
Octal36032125701533637104121
Binary11110000110100011010111101101110111101111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D1AF; }

 p { color: rgb(240,209,175); }

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

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

 a { background-color: rgb(240,209,175); }

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

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

 span { border-color: rgb(240,209,175); }

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