#F1D4DD

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

Shades of Pink Lace #F1D4DD

Tints of Pink Lace #F1D4DD

Color information

#F1D4DD (or 0xF1D4DD) is unknown color: approx Pink Lace. HEX triplet: F1, D4 and DD. RGB value is (241,212,221). Sum of RGB (Red+Green+Blue) = 241+212+221=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4DD is #0E2B22. Grayscale: #DDDDDD. Windows color (decimal): -928547 or 14537969. OLE color: 14537969.

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

Color convert

RGB241212221-
CMYK00.120.080.05
HSL341.38º50.88%88.82%-
HSV(B)341.38º12.03%94.51%-
XYZ72.8771.0178.27-
YUV221.7127.61141.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 212 (83.20% from 255) = 31.45%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=35.76%
G=31.45%
B=32.79%

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
Decimal24121222100.120.080.05341.3850.8888.82
HexF1D4DD0C851553359
Octal36132433501410552563131
Binary1111000111010100110111010110010001011010101011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4DD; }

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

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

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

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

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

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

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

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