#FFCEDD

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

Shades of Pink Lace #FFCEDD

Tints of Pink Lace #FFCEDD

Color information

#FFCEDD (or 0xFFCEDD) is unknown color: approx Pink Lace. HEX triplet: FF, CE and DD. RGB value is (255,206,221). Sum of RGB (Red+Green+Blue) = 255+206+221=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 206 (80.86% from 255 or 30.21% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEDD is #003122. Grayscale: #DEDEDE. Windows color (decimal): -12579 or 14536447. OLE color: 14536447.

HSL color Cylindrical-coordinate representation of color #FFCEDD: hue angle of 341.63º 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 #FFCEDD is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255206221-
CMYK00.190.130
HSL341.63º100%90.39%-
HSV(B)341.63º19.22%100%-
XYZ76.3670.6278.01-
YUV222.36127.23151.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 206 (80.86% from 255) = 30.21%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=37.39%
G=30.21%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520622100.190.130341.6310090.39
HexFFCEDD013D0156645a
Octal377316335023150526144132
Binary1111111111001110110111010100111101010101011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEDD; }

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

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

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

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

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

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

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

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