#F1CEDA

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

Shades of Pink Lace #F1CEDA

Tints of Pink Lace #F1CEDA

Color information

#F1CEDA (or 0xF1CEDA) is unknown color: approx Pink Lace. HEX triplet: F1, CE and DA. RGB value is (241,206,218). Sum of RGB (Red+Green+Blue) = 241+206+218=665 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.24% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEDA is #0E3125. Grayscale: #D9D9D9. Windows color (decimal): -930086 or 14339825. OLE color: 14339825.

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

Color convert

RGB241206218-
CMYK00.150.100.05
HSL339.43º55.56%87.65%-
HSV(B)339.43º14.52%94.51%-
XYZ7167.9175.69-
YUV217.83128.1144.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.24%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=36.24%
G=30.98%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120621800.150.100.05339.4355.5687.65
HexF1CEDA0FA51533858
Octal36131633201712552370130
Binary1111000111001110110110100111110101011010100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEDA; }

 p { color: rgb(241,206,218); }

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

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

 a { background-color: rgb(241,206,218); }

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

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

 span { border-color: rgb(241,206,218); }

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