#FFCCE7

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

Shades of Classic Rose #FFCCE7

Tints of Classic Rose #FFCCE7

Color information

#FFCCE7 (or 0xFFCCE7) is unknown color: approx Classic Rose. HEX triplet: FF, CC and E7. RGB value is (255,204,231). Sum of RGB (Red+Green+Blue) = 255+204+231=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCE7 is #003318. Grayscale: #DEDEDE. Windows color (decimal): -13081 or 15191295. OLE color: 15191295.

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

Color convert

RGB255204231-
CMYK00.20.090
HSL328.24º100%90%-
HSV(B)328.24º20%100%-
XYZ77.2670.2285.08-
YUV222.33132.9151.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 204 (80.08% from 255) = 29.57%
BLUE value IS 231 (90.62% from 255) = 33.48%
R=36.96%
G=29.57%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520423100.20.090328.2410090
HexFFCCE701490148645a
Octal377314347024110510144132
Binary1111111111001100111001110101001001010100100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCE7; }

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

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

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

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

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

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

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

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