#F7CEEC

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

Shades of Classic Rose #F7CEEC

Tints of Classic Rose #F7CEEC

Color information

#F7CEEC (or 0xF7CEEC) is unknown color: approx Classic Rose. HEX triplet: F7, CE and EC. RGB value is (247,206,236). Sum of RGB (Red+Green+Blue) = 247+206+236=689 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.85% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEEC is #083113. Grayscale: #DDDDDD. Windows color (decimal): -536852 or 15519479. OLE color: 15519479.

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

Color convert

RGB247206236-
CMYK00.170.040.03
HSL316.1º71.93%88.82%-
HSV(B)316.1º16.6%96.86%-
XYZ75.5769.9788.88-
YUV221.68136.08146.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.85%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=35.85%
G=29.90%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720623600.170.040.03316.171.9388.82
HexF7CEEC0114313c4859
Octal36731635402143474110131
Binary1111011111001110111011000100011001110011110010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CEEC; }

 p { color: rgb(247,206,236); }

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

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

 a { background-color: rgb(247,206,236); }

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

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

 span { border-color: rgb(247,206,236); }

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