#FFCED6

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

Shades of Pink Lace #FFCED6

Tints of Pink Lace #FFCED6

Color information

#FFCED6 (or 0xFFCED6) is unknown color: approx Pink Lace. HEX triplet: FF, CE and D6. RGB value is (255,206,214). Sum of RGB (Red+Green+Blue) = 255+206+214=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED6 is #003129. Grayscale: #DDDDDD. Windows color (decimal): -12586 or 14077695. OLE color: 14077695.

HSL color Cylindrical-coordinate representation of color #FFCED6: hue angle of 350.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCED6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255206214-
CMYK00.190.160
HSL350.2º100%90.39%-
HSV(B)350.2º19.22%100%-
XYZ75.4570.2673.2-
YUV221.56123.73151.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 214 (83.98% from 255) = 31.70%
R=37.78%
G=30.52%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520621400.190.160350.210090.39
HexFFCED601310015e645a
Octal377316326023200536144132
Binary11111111110011101101011001001110000010101111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCED6; }

 p { color: rgb(255,206,214); }

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

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

 a { background-color: rgb(255,206,214); }

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

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

 span { border-color: rgb(255,206,214); }

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