#F5BED7

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

Shades of Classic Rose #F5BED7

Tints of Classic Rose #F5BED7

Color information

#F5BED7 (or 0xF5BED7) is unknown color: approx Classic Rose. HEX triplet: F5, BE and D7. RGB value is (245,190,215). Sum of RGB (Red+Green+Blue) = 245+190+215=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED7 is #0A4128. Grayscale: #D1D1D1. Windows color (decimal): -672041 or 14139125. OLE color: 14139125.

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

Color convert

RGB245190215-
CMYK00.220.120.04
HSL332.73º73.33%85.29%-
HSV(B)332.73º22.45%96.08%-
XYZ68.3461.1572.49-
YUV209.29131.22153.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=37.69%
G=29.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519021500.220.120.04332.7373.3385.29
HexF5BED7016C414d4955
Octal365276327026144515111125
Binary111101011011111011010111010110110010010100110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BED7; }

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

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

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

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

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

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

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

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