#F8C7DE

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

Shades of Classic Rose #F8C7DE

Tints of Classic Rose #F8C7DE

Color information

#F8C7DE (or 0xF8C7DE) is unknown color: approx Classic Rose. HEX triplet: F8, C7 and DE. RGB value is (248,199,222). Sum of RGB (Red+Green+Blue) = 248+199+222=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 199 (78.12% from 255 or 29.75% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7DE is #073821. Grayscale: #D8D8D8. Windows color (decimal): -473122 or 14600184. OLE color: 14600184.

HSL color Cylindrical-coordinate representation of color #F8C7DE: hue angle of 331.84º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C7DE is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248199222-
CMYK00.200.100.03
HSL331.84º77.78%87.65%-
HSV(B)331.84º19.76%97.25%-
XYZ72.3266.0878.05-
YUV216.27131.23150.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 199 (78.12% from 255) = 29.75%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=37.07%
G=29.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819922200.200.100.03331.8477.7887.65
HexF8C7DE014A314c4e58
Octal370307336024123514116130
Binary11111000110001111101111001010010101110100110010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C7DE; }

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

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

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

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

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

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

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

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