#F1D9BA

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

Shades of Pink Lady #F1D9BA

Tints of Pink Lady #F1D9BA

Color information

#F1D9BA (or 0xF1D9BA) is unknown color: approx Pink Lady. HEX triplet: F1, D9 and BA. RGB value is (241,217,186). Sum of RGB (Red+Green+Blue) = 241+217+186=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9BA is #0E2645. Grayscale: #DCDCDC. Windows color (decimal): -927302 or 12245489. OLE color: 12245489.

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

Color convert

RGB241217186-
CMYK00.100.230.05
HSL33.82º66.27%83.73%-
HSV(B)33.82º22.82%94.51%-
XYZ69.9571.8756.64-
YUV220.64108.45142.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=37.42%
G=33.70%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121718600.100.230.0533.8266.2783.73
HexF1D9BA0A175224254
Octal36133127201227542102124
Binary111100011101100110111010010101011110110001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9BA; }

 p { color: rgb(241,217,186); }

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

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

 a { background-color: rgb(241,217,186); }

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

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

 span { border-color: rgb(241,217,186); }

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