#F7CCE0

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

Shades of Classic Rose #F7CCE0

Tints of Classic Rose #F7CCE0

Color information

#F7CCE0 (or 0xF7CCE0) is unknown color: approx Classic Rose. HEX triplet: F7, CC and E0. RGB value is (247,204,224). Sum of RGB (Red+Green+Blue) = 247+204+224=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCE0 is #08331F. Grayscale: #DBDBDB. Windows color (decimal): -537376 or 14732535. OLE color: 14732535.

HSL color Cylindrical-coordinate representation of color #F7CCE0: hue angle of 332.09º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCE0 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247204224-
CMYK00.170.090.03
HSL332.09º72.88%88.43%-
HSV(B)332.09º17.41%96.86%-
XYZ73.4168.3479.84-
YUV219.14130.75147.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 224 (87.89% from 255) = 33.19%
R=36.59%
G=30.22%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720422400.170.090.03332.0972.8888.43
HexF7CCE00119314c4958
Octal367314340021113514111130
Binary11110111110011001110000001000110011110100110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCE0; }

 p { color: rgb(247,204,224); }

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

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

 a { background-color: rgb(247,204,224); }

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

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

 span { border-color: rgb(247,204,224); }

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