#F1D3DD

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

Shades of Pink Lace #F1D3DD

Tints of Pink Lace #F1D3DD

Color information

#F1D3DD (or 0xF1D3DD) is unknown color: approx Pink Lace. HEX triplet: F1, D3 and DD. RGB value is (241,211,221). Sum of RGB (Red+Green+Blue) = 241+211+221=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3DD is #0E2C22. Grayscale: #DDDDDD. Windows color (decimal): -928803 or 14537713. OLE color: 14537713.

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

Color convert

RGB241211221-
CMYK00.120.080.05
HSL340º51.72%88.63%-
HSV(B)340º12.45%94.51%-
XYZ72.6270.5178.19-
YUV221.11127.94142.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 211 (82.81% from 255) = 31.35%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=35.81%
G=31.35%
B=32.84%

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
Decimal24121122100.120.080.0534051.7288.63
HexF1D3DD0C851543459
Octal36132333501410552464131
Binary1111000111010011110111010110010001011010101001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D3DD; }

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

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

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

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

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

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

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

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