Html Css Color HEX #F5BCD9 Classic Rose

📋 copy color: '#F5BCD9'

red 245 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #F5BCD9

Tints of Classic Rose #F5BCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.92%

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

R = 37.69%
G = 28.92%
B = 33.38%

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

#F5BCD9 (or 0xF5BCD9) is known color: Classic Rose. HEX triplet: F5, BC and D9. RGB value is (245,188,217). Sum of RGB (Red+Green+Blue) = 245+188+217=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCD9 is #0A4326. Grayscale: #D0D0D0. Windows color (decimal): -672551 or 14269685. OLE color: 14269685.

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

Color convert

RGB 245 188 217 -
CMYK 0 0.23 0.11 0.04
HSL 329.47º 0.74% 0.85% -
HSV(B) 329.47º 0.23% 0.96% -
XYZ 68.16 60.39 73.71 -
YUV 208.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 245 188 217 0 0.23 0.11 0.04 329.47 0.74 0.85
Hex F5 BC D9 0 17 B 4 149 4A 55
Octal 365 274 331 0 27 13 4 511 112 125
Binary 11110101 10111100 11011001 0 10111 1011 100 101001001 1001010 1010101

Color Harmonies of #F5BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCD9

Black with #F5BCD9

Text Example


Text Example

White with #F5BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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