#F8C5EB

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

Shades of Classic Rose #F8C5EB

Tints of Classic Rose #F8C5EB

Color information

#F8C5EB (or 0xF8C5EB) is unknown color: approx Classic Rose. HEX triplet: F8, C5 and EB. RGB value is (248,197,235). Sum of RGB (Red+Green+Blue) = 248+197+235=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C5EB is #073A14. Grayscale: #D8D8D8. Windows color (decimal): -473621 or 15451640. OLE color: 15451640.

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

Color convert

RGB248197235-
CMYK00.210.050.03
HSL315.29º78.46%87.25%-
HSV(B)315.29º20.56%97.25%-
XYZ73.6765.8987.43-
YUV216.58138.4150.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.47%
GREEN value IS 197 (77.34% from 255) = 28.97%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=36.47%
G=28.97%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819723500.210.050.03315.2978.4687.25
HexF8C5EB0155313b4e57
Octal37030535302553473116127
Binary1111100011000101111010110101011011110011101110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C5EB; }

 p { color: rgb(248,197,235); }

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

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

 a { background-color: rgb(248,197,235); }

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

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

 span { border-color: rgb(248,197,235); }

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