#FFCCF0

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

Shades of Classic Rose #FFCCF0

Tints of Classic Rose #FFCCF0

Color information

#FFCCF0 (or 0xFFCCF0) is unknown color: approx Classic Rose. HEX triplet: FF, CC and F0. RGB value is (255,204,240). Sum of RGB (Red+Green+Blue) = 255+204+240=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF0 is #00330F. Grayscale: #DFDFDF. Windows color (decimal): -13072 or 15781119. OLE color: 15781119.

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

Color convert

RGB255204240-
CMYK00.20.060
HSL317.65º100%90%-
HSV(B)317.65º20%100%-
XYZ78.5670.7491.95-
YUV223.35137.4150.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 204 (80.08% from 255) = 29.18%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=36.48%
G=29.18%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520424000.20.060317.6510090
HexFFCCF00146013e645a
Octal37731436002460476144132
Binary111111111100110011110000010100110010011111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCF0; }

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

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

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

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

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

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

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

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