#F1D4DE

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

Shades of Pink Lace #F1D4DE

Tints of Pink Lace #F1D4DE

Color information

#F1D4DE (or 0xF1D4DE) is unknown color: approx Pink Lace. HEX triplet: F1, D4 and DE. RGB value is (241,212,222). Sum of RGB (Red+Green+Blue) = 241+212+222=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DE is #0E2B21. Grayscale: #DDDDDD. Windows color (decimal): -928546 or 14603505. OLE color: 14603505.

HSL color Cylindrical-coordinate representation of color #F1D4DE: hue angle of 339.31º 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 #F1D4DE is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241212222-
CMYK00.120.080.05
HSL339.31º50.88%88.82%-
HSV(B)339.31º12.03%94.51%-
XYZ7371.0678.98-
YUV221.81128.11141.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 212 (83.20% from 255) = 31.41%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=35.70%
G=31.41%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121222200.120.080.05339.3150.8888.82
HexF1D4DE0C851533359
Octal36132433601410552363131
Binary1111000111010100110111100110010001011010100111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4DE; }

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

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

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

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

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

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

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

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