#F8BCE5

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

Shades of Classic Rose #F8BCE5

Tints of Classic Rose #F8BCE5

Color information

#F8BCE5 (or 0xF8BCE5) is unknown color: approx Classic Rose. HEX triplet: F8, BC and E5. RGB value is (248,188,229). Sum of RGB (Red+Green+Blue) = 248+188+229=665 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.29% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCE5 is #07431A. Grayscale: #D2D2D2. Windows color (decimal): -475931 or 15056120. OLE color: 15056120.

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

Color convert

RGB248188229-
CMYK00.240.080.03
HSL319º81.08%85.49%-
HSV(B)319º24.19%97.25%-
XYZ70.8461.5882.28-
YUV210.61138.38154.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.29%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 229 (89.84% from 255) = 34.44%
R=37.29%
G=28.27%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818822900.240.080.0331981.0885.49
HexF8BCE50188313f5155
Octal370274345030103477121125
Binary11111000101111001110010101100010001110011111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCE5; }

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

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

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

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

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

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

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

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