#FFCCEB

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

Shades of Classic Rose #FFCCEB

Tints of Classic Rose #FFCCEB

Color information

#FFCCEB (or 0xFFCCEB) is unknown color: approx Classic Rose. HEX triplet: FF, CC and EB. RGB value is (255,204,235). Sum of RGB (Red+Green+Blue) = 255+204+235=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEB is #003314. Grayscale: #DEDEDE. Windows color (decimal): -13077 or 15453439. OLE color: 15453439.

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

Color convert

RGB255204235-
CMYK00.20.080
HSL323.53º100%90%-
HSV(B)323.53º20%100%-
XYZ77.8370.4488.09-
YUV222.78134.9150.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 204 (80.08% from 255) = 29.39%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=36.74%
G=29.39%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520423500.20.080323.5310090
HexFFCCEB01480144645a
Octal377314353024100504144132
Binary1111111111001100111010110101001000010100010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCEB; }

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

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

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

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

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

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

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

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