#F1D4DC

Color #F1D4DC Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #F1D4DC

Tints of Pale Rose #F1D4DC

Color information

#F1D4DC (or 0xF1D4DC) is unknown color: approx Pale Rose. HEX triplet: F1, D4 and DC. RGB value is (241,212,220). Sum of RGB (Red+Green+Blue) = 241+212+220=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DC is #0E2B23. Grayscale: #DDDDDD. Windows color (decimal): -928548 or 14472433. OLE color: 14472433.

HSL color Cylindrical-coordinate representation of color #F1D4DC: hue angle of 343.45º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1D4DC is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241212220-
CMYK00.120.090.05
HSL343.45º50.88%88.82%-
HSV(B)343.45º12.03%94.51%-
XYZ72.7470.9677.57-
YUV221.58127.11141.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 212 (83.20% from 255) = 31.50%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=35.81%
G=31.50%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121222000.120.090.05343.4550.8888.82
HexF1D4DC0C951573359
Octal36132433401411552763131
Binary1111000111010100110111000110010011011010101111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4DC; }

 p { color: rgb(241,212,220); }

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

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

 a { background-color: rgb(241,212,220); }

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

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

 span { border-color: rgb(241,212,220); }

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