#F5BEE0

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

Shades of Classic Rose #F5BEE0

Tints of Classic Rose #F5BEE0

Color information

#F5BEE0 (or 0xF5BEE0) is unknown color: approx Classic Rose. HEX triplet: F5, BE and E0. RGB value is (245,190,224). Sum of RGB (Red+Green+Blue) = 245+190+224=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEE0 is #0A411F. Grayscale: #D2D2D2. Windows color (decimal): -672032 or 14728949. OLE color: 14728949.

HSL color Cylindrical-coordinate representation of color #F5BEE0: hue angle of 322.91º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BEE0 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245190224-
CMYK00.220.090.04
HSL322.91º73.33%85.29%-
HSV(B)322.91º22.45%96.08%-
XYZ69.5261.6278.75-
YUV210.32135.72152.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=37.18%
G=28.83%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519022400.220.090.04322.9173.3385.29
HexF5BEE0016941434955
Octal365276340026114503111125
Binary111101011011111011100000010110100110010100001110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEE0; }

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

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

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

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

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

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

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

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