#FFCCEA

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

Shades of Classic Rose #FFCCEA

Tints of Classic Rose #FFCCEA

Color information

#FFCCEA (or 0xFFCCEA) is unknown color: approx Classic Rose. HEX triplet: FF, CC and EA. RGB value is (255,204,234). Sum of RGB (Red+Green+Blue) = 255+204+234=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 204 (80.08% from 255 or 29.44% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEA is #003315. Grayscale: #DEDEDE. Windows color (decimal): -13078 or 15387903. OLE color: 15387903.

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

Color convert

RGB255204234-
CMYK00.20.080
HSL324.71º100%90%-
HSV(B)324.71º20%100%-
XYZ77.6870.3987.33-
YUV222.67134.4151.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 204 (80.08% from 255) = 29.44%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=36.80%
G=29.44%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520423400.20.080324.7110090
HexFFCCEA01480145645a
Octal377314352024100505144132
Binary1111111111001100111010100101001000010100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCEA; }

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

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

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

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

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

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

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

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