#F8C0E5

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

Shades of Classic Rose #F8C0E5

Tints of Classic Rose #F8C0E5

Color information

#F8C0E5 (or 0xF8C0E5) is unknown color: approx Classic Rose. HEX triplet: F8, C0 and E5. RGB value is (248,192,229). Sum of RGB (Red+Green+Blue) = 248+192+229=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0E5 is #073F1A. Grayscale: #D4D4D4. Windows color (decimal): -474907 or 15057144. OLE color: 15057144.

HSL color Cylindrical-coordinate representation of color #F8C0E5: hue angle of 320.36º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C0E5 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB248192229-
CMYK00.230.080.03
HSL320.36º80%86.27%-
HSV(B)320.36º22.58%97.25%-
XYZ71.763.3182.57-
YUV212.96137.05152.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 192 (75.39% from 255) = 28.70%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=37.07%
G=28.70%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819222900.230.080.03320.368086.27
HexF8C0E5017831405056
Octal370300345027103500120126
Binary11111000110000001110010101011110001110100000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0E5; }

 p { color: rgb(248,192,229); }

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

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

 a { background-color: rgb(248,192,229); }

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

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

 span { border-color: rgb(248,192,229); }

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