#F7C7DE

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

Shades of Classic Rose #F7C7DE

Tints of Classic Rose #F7C7DE

Color information

#F7C7DE (or 0xF7C7DE) is unknown color: approx Classic Rose. HEX triplet: F7, C7 and DE. RGB value is (247,199,222). Sum of RGB (Red+Green+Blue) = 247+199+222=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7DE is #083821. Grayscale: #D7D7D7. Windows color (decimal): -538658 or 14600183. OLE color: 14600183.

HSL color Cylindrical-coordinate representation of color #F7C7DE: hue angle of 331.25º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C7DE is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247199222-
CMYK00.190.100.03
HSL331.25º75%87.45%-
HSV(B)331.25º19.43%96.86%-
XYZ71.9765.8978.03-
YUV215.97131.4150.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 199 (78.12% from 255) = 29.79%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=36.98%
G=29.79%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719922200.190.100.03331.257587.45
HexF7C7DE013A314b4b57
Octal367307336023123513113127
Binary11110111110001111101111001001110101110100101110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7DE; }

 p { color: rgb(247,199,222); }

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

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

 a { background-color: rgb(247,199,222); }

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

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

 span { border-color: rgb(247,199,222); }

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