#FFCCEE

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

Shades of Classic Rose #FFCCEE

Tints of Classic Rose #FFCCEE

Color information

#FFCCEE (or 0xFFCCEE) is unknown color: approx Classic Rose. HEX triplet: FF, CC and EE. RGB value is (255,204,238). Sum of RGB (Red+Green+Blue) = 255+204+238=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCEE is #003311. Grayscale: #DFDFDF. Windows color (decimal): -13074 or 15650047. OLE color: 15650047.

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

Color convert

RGB255204238-
CMYK00.20.070
HSL320º100%90%-
HSV(B)320º20%100%-
XYZ78.2770.6290.39-
YUV223.12136.4150.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 204 (80.08% from 255) = 29.27%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=36.59%
G=29.27%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520423800.20.07032010090
HexFFCCEE01470140645a
Octal37731435602470500144132
Binary111111111100110011101110010100111010100000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCEE; }

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

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

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

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

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

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

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

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