#F3CEDA

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

Shades of Pink Lace #F3CEDA

Tints of Pink Lace #F3CEDA

Color information

#F3CEDA (or 0xF3CEDA) is unknown color: approx Pink Lace. HEX triplet: F3, CE and DA. RGB value is (243,206,218). Sum of RGB (Red+Green+Blue) = 243+206+218=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEDA is #0C3125. Grayscale: #DADADA. Windows color (decimal): -799014 or 14339827. OLE color: 14339827.

HSL color Cylindrical-coordinate representation of color #F3CEDA: hue angle of 340.54º degrees, saturation: 0.61, 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 #F3CEDA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243206218-
CMYK00.150.100.05
HSL340.54º60.66%88.04%-
HSV(B)340.54º15.23%95.29%-
XYZ71.6968.2675.73-
YUV218.43127.76145.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.43%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=36.43%
G=30.88%
B=32.68%

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
Decimal24320621800.150.100.05340.5460.6688.04
HexF3CEDA0FA51553d58
Octal36331633201712552575130
Binary1111001111001110110110100111110101011010101011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEDA; }

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

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

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

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

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

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

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

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