#F7CFEC

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

Shades of Classic Rose #F7CFEC

Tints of Classic Rose #F7CFEC

Color information

#F7CFEC (or 0xF7CFEC) is unknown color: approx Classic Rose. HEX triplet: F7, CF and EC. RGB value is (247,207,236). Sum of RGB (Red+Green+Blue) = 247+207+236=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFEC is #083013. Grayscale: #DEDEDE. Windows color (decimal): -536596 or 15519735. OLE color: 15519735.

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

Color convert

RGB247207236-
CMYK00.160.040.03
HSL316.5º71.43%89.02%-
HSV(B)316.5º16.19%96.86%-
XYZ75.8170.4688.96-
YUV222.27135.75145.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.80%
GREEN value IS 207 (81.25% from 255) = 30%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=35.80%
G=30%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720723600.160.040.03316.571.4389.02
HexF7CFEC0104313c4759
Octal36731735402043474107131
Binary1111011111001111111011000100001001110011110010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CFEC; }

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

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

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

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

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

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

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

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