Html Css Color HEX #F5BDD9 Classic Rose

📋 copy color: '#F5BDD9'

red 245 ◦ green 189 ◦ blue 217

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

Shades of Classic Rose #F5BDD9

Tints of Classic Rose #F5BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.03%

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

R = 37.63%
G = 29.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5BDD9 (or 0xF5BDD9) is known color: Classic Rose. HEX triplet: F5, BD and D9. RGB value is (245,189,217). Sum of RGB (Red+Green+Blue) = 245+189+217=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDD9 is #0A4226. Grayscale: #D0D0D0. Windows color (decimal): -672295 or 14269941. OLE color: 14269941.

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

Color convert

RGB 245 189 217 -
CMYK 0 0.23 0.11 0.04
HSL 330º 0.74% 0.85% -
HSV(B) 330º 0.23% 0.96% -
XYZ 68.38 60.82 73.78 -
YUV 208.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 245 189 217 0 0.23 0.11 0.04 330 0.74 0.85
Hex F5 BD D9 0 17 B 4 14A 4A 55
Octal 365 275 331 0 27 13 4 512 112 125
Binary 11110101 10111101 11011001 0 10111 1011 100 101001010 1001010 1010101

Color Harmonies of #F5BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDD9

Black with #F5BDD9

Text Example


Text Example

White with #F5BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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