#FFCED7

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

Shades of Pink Lace #FFCED7

Tints of Pink Lace #FFCED7

Color information

#FFCED7 (or 0xFFCED7) is unknown color: approx Pink Lace. HEX triplet: FF, CE and D7. RGB value is (255,206,215). Sum of RGB (Red+Green+Blue) = 255+206+215=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCED7 is #003128. Grayscale: #DDDDDD. Windows color (decimal): -12585 or 14143231. OLE color: 14143231.

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

Color convert

RGB255206215-
CMYK00.190.160
HSL348.98º100%90.39%-
HSV(B)348.98º19.22%100%-
XYZ75.5870.3173.88-
YUV221.68124.23151.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 215 (84.38% from 255) = 31.80%
R=37.72%
G=30.47%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520621500.190.160348.9810090.39
HexFFCED701310015d645a
Octal377316327023200535144132
Binary11111111110011101101011101001110000010101110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCED7; }

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

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

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

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

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

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

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

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