#FFCCE9

Color #FFCCE9 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FFCCE9

Tints of Classic Rose #FFCCE9

Color information

#FFCCE9 (or 0xFFCCE9) is unknown color: approx Classic Rose. HEX triplet: FF, CC and E9. RGB value is (255,204,233). Sum of RGB (Red+Green+Blue) = 255+204+233=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCE9 is #003316. Grayscale: #DEDEDE. Windows color (decimal): -13079 or 15322367. OLE color: 15322367.

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

Color convert

RGB255204233-
CMYK00.20.090
HSL325.88º100%90%-
HSV(B)325.88º20%100%-
XYZ77.5470.3386.58-
YUV222.56133.9151.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 204 (80.08% from 255) = 29.48%
BLUE value IS 233 (91.41% from 255) = 33.67%
R=36.85%
G=29.48%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520423300.20.090325.8810090
HexFFCCE901490146645a
Octal377314351024110506144132
Binary1111111111001100111010010101001001010100011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCE9; }

 p { color: rgb(255,204,233); }

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

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

 a { background-color: rgb(255,204,233); }

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

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

 span { border-color: rgb(255,204,233); }

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