Html Css Color HEX #F5BED9 Classic Rose

📋 copy color: '#F5BED9'

red 245 ◦ green 190 ◦ blue 217

#F5BED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F5BED9

Tints of Classic Rose #F5BED9

RGB

 RED value IS 245 (96.09% from 255) = 37.58%

 GREEN value IS 190 (74.61% from 255) = 29.14%

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 37.58%
G = 29.14%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5BED9 (or 0xF5BED9) is known color: Classic Rose. HEX triplet: F5, BE and D9. RGB value is (245,190,217). Sum of RGB (Red+Green+Blue) = 245+190+217=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED9 is #0A4126. Grayscale: #D1D1D1. Windows color (decimal): -672039 or 14270197. OLE color: 14270197.

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

Color convert

RGB 245 190 217 -
CMYK 0 0.22 0.11 0.04
HSL 330.55º 0.73% 0.85% -
HSV(B) 330.55º 0.22% 0.96% -
XYZ 68.59 61.25 73.85 -
YUV 209.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 245 190 217 0 0.22 0.11 0.04 330.55 0.73 0.85
Hex F5 BE D9 0 16 B 4 14B 49 55
Octal 365 276 331 0 26 13 4 513 111 125
Binary 11110101 10111110 11011001 0 10110 1011 100 101001011 1001001 1010101

Color Harmonies of #F5BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BED9

Black with #F5BED9

Text Example


Text Example

White with #F5BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BED9; }

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

 H1.HeaderClassName
 {
   color: #F5BED9;
 }
 .AnyTagClassName
 {
   color: #F5BED9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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