#FFCCE5

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

Shades of Classic Rose #FFCCE5

Tints of Classic Rose #FFCCE5

Color information

#FFCCE5 (or 0xFFCCE5) is unknown color: approx Classic Rose. HEX triplet: FF, CC and E5. RGB value is (255,204,229). Sum of RGB (Red+Green+Blue) = 255+204+229=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCE5 is #00331A. Grayscale: #DEDEDE. Windows color (decimal): -13083 or 15060223. OLE color: 15060223.

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

Color convert

RGB255204229-
CMYK00.20.100
HSL330.59º100%90%-
HSV(B)330.59º20%100%-
XYZ76.9870.183.6-
YUV222.1131.9151.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 204 (80.08% from 255) = 29.65%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=37.06%
G=29.65%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520422900.20.100330.5910090
HexFFCCE5014A014b645a
Octal377314345024120513144132
Binary1111111111001100111001010101001010010100101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCE5; }

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

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

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

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

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

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

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

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