#F7CCE5

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

Shades of Classic Rose #F7CCE5

Tints of Classic Rose #F7CCE5

Color information

#F7CCE5 (or 0xF7CCE5) is unknown color: approx Classic Rose. HEX triplet: F7, CC and E5. RGB value is (247,204,229). Sum of RGB (Red+Green+Blue) = 247+204+229=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCE5 is #08331A. Grayscale: #DBDBDB. Windows color (decimal): -537371 or 15060215. OLE color: 15060215.

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

Color convert

RGB247204229-
CMYK00.170.070.03
HSL325.12º72.88%88.43%-
HSV(B)325.12º17.41%96.86%-
XYZ74.0968.6283.47-
YUV219.71133.25147.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.32%
GREEN value IS 204 (80.08% from 255) = 30%
BLUE value IS 229 (89.84% from 255) = 33.68%
R=36.32%
G=30%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720422900.170.070.03325.1272.8888.43
HexF7CCE5011731454958
Octal36731434502173505111130
Binary1111011111001100111001010100011111110100010110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCE5; }

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

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

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

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

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

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

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

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