#F0CCE3

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

Shades of Classic Rose #F0CCE3

Tints of Classic Rose #F0CCE3

Color information

#F0CCE3 (or 0xF0CCE3) is unknown color: approx Classic Rose. HEX triplet: F0, CC and E3. RGB value is (240,204,227). Sum of RGB (Red+Green+Blue) = 240+204+227=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE3 is #0F331C. Grayscale: #D9D9D9. Windows color (decimal): -996125 or 14929136. OLE color: 14929136.

HSL color Cylindrical-coordinate representation of color #F0CCE3: hue angle of 321.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCE3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240204227-
CMYK00.150.050.06
HSL321.67º54.55%87.06%-
HSV(B)321.67º15%94.12%-
XYZ71.3967.2681.89-
YUV217.39133.43144.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=35.77%
G=30.40%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020422700.150.050.06321.6754.5587.06
HexF0CCE30F561423757
Octal3603143430175650267127
Binary111100001100110011100011011111011101010000101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCE3; }

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

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

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

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

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

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

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

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