#F3CED8

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

Shades of Pink Lace #F3CED8

Tints of Pink Lace #F3CED8

Color information

#F3CED8 (or 0xF3CED8) is unknown color: approx Pink Lace. HEX triplet: F3, CE and D8. RGB value is (243,206,216). Sum of RGB (Red+Green+Blue) = 243+206+216=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CED8 is #0C3127. Grayscale: #DADADA. Windows color (decimal): -799016 or 14208755. OLE color: 14208755.

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

Color convert

RGB243206216-
CMYK00.150.110.05
HSL343.78º60.66%88.04%-
HSV(B)343.78º15.23%95.29%-
XYZ71.4368.1674.36-
YUV218.2126.76145.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 216 (84.77% from 255) = 32.48%
R=36.54%
G=30.98%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320621600.150.110.05343.7860.6688.04
HexF3CED80FB51583d58
Octal36331633001713553075130
Binary1111001111001110110110000111110111011010110001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CED8; }

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

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

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

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

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

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

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

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