#F8BEE0

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

Shades of Classic Rose #F8BEE0

Tints of Classic Rose #F8BEE0

Color information

#F8BEE0 (or 0xF8BEE0) is unknown color: approx Classic Rose. HEX triplet: F8, BE and E0. RGB value is (248,190,224). Sum of RGB (Red+Green+Blue) = 248+190+224=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BEE0 is #07411F. Grayscale: #D3D3D3. Windows color (decimal): -475424 or 14728952. OLE color: 14728952.

HSL color Cylindrical-coordinate representation of color #F8BEE0: hue angle of 324.83º degrees, saturation: 0.81, 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 #F8BEE0 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248190224-
CMYK00.230.100.03
HSL324.83º80.56%85.88%-
HSV(B)324.83º23.39%97.25%-
XYZ70.5862.1778.8-
YUV211.22135.22154.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=37.46%
G=28.70%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819022400.230.100.03324.8380.5685.88
HexF8BEE0017A31455156
Octal370276340027123505121126
Binary11111000101111101110000001011110101110100010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BEE0; }

 p { color: rgb(248,190,224); }

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

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

 a { background-color: rgb(248,190,224); }

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

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

 span { border-color: rgb(248,190,224); }

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