#F0CCE1

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

Shades of Classic Rose #F0CCE1

Tints of Classic Rose #F0CCE1

Color information

#F0CCE1 (or 0xF0CCE1) is unknown color: approx Classic Rose. HEX triplet: F0, CC and E1. RGB value is (240,204,225). Sum of RGB (Red+Green+Blue) = 240+204+225=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCE1 is #0F331E. Grayscale: #D9D9D9. Windows color (decimal): -996127 or 14798064. OLE color: 14798064.

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

Color convert

RGB240204225-
CMYK00.150.060.06
HSL325º54.55%87.06%-
HSV(B)325º15%94.12%-
XYZ71.1267.1580.45-
YUV217.16132.43144.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=35.87%
G=30.49%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020422500.150.060.0632554.5587.06
HexF0CCE10F661453757
Octal3603143410176650567127
Binary111100001100110011100001011111101101010001011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCE1; }

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

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

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

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

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

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

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

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