Html Css Color HEX #F5BBC5 Azalea

📋 copy color: '#F5BBC5'

red 245 ◦ green 187 ◦ blue 197

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

Shades of Azalea #F5BBC5

Tints of Azalea #F5BBC5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.73%

 BLUE value IS 197 (77.34% from 255) = 31.32%

R = 38.95%
G = 29.73%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F5BBC5 (or 0xF5BBC5) is known color: Azalea. HEX triplet: F5, BB and C5. RGB value is (245,187,197). Sum of RGB (Red+Green+Blue) = 245+187+197=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBC5 is #0A443A. Grayscale: #CDCDCD. Windows color (decimal): -672827 or 12958709. OLE color: 12958709.

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

Color convert

RGB 245 187 197 -
CMYK 0 0.24 0.20 0.04
HSL 349.66º 0.74% 0.85% -
HSV(B) 349.66º 0.24% 0.96% -
XYZ 65.5 58.98 60.76 -
YUV 205.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 245 187 197 0 0.24 0.20 0.04 349.66 0.74 0.85
Hex F5 BB C5 0 18 14 4 15E 4A 55
Octal 365 273 305 0 30 24 4 536 112 125
Binary 11110101 10111011 11000101 0 11000 10100 100 101011110 1001010 1010101

Color Harmonies of #F5BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBC5

Black with #F5BBC5

Text Example


Text Example

White with #F5BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBC5; }

 p { color: rgb(245,187,197); }

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

background-color css

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

 a { background-color: rgb(245,187,197); }

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

border-color css

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

 span { border-color: rgb(245,187,197); }

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