#F5BED5

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

Shades of Classic Rose #F5BED5

Tints of Classic Rose #F5BED5

Color information

#F5BED5 (or 0xF5BED5) is unknown color: approx Classic Rose. HEX triplet: F5, BE and D5. RGB value is (245,190,213). Sum of RGB (Red+Green+Blue) = 245+190+213=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED5 is #0A412A. Grayscale: #D1D1D1. Windows color (decimal): -672043 or 14008053. OLE color: 14008053.

HSL color Cylindrical-coordinate representation of color #F5BED5: hue angle of 334.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 #F5BED5 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB245190213-
CMYK00.220.130.04
HSL334.91º73.33%85.29%-
HSV(B)334.91º22.45%96.08%-
XYZ68.0861.0471.15-
YUV209.07130.22153.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 213 (83.59% from 255) = 32.87%
R=37.81%
G=29.32%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519021300.220.130.04334.9173.3385.29
HexF5BED5016D414f4955
Octal365276325026154517111125
Binary111101011011111011010101010110110110010100111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BED5; }

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

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

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

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

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

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

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

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