Html Css Color HEX #F8BBC5 Azalea

📋 copy color: '#F8BBC5'

red 248 ◦ green 187 ◦ blue 197

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

Shades of Azalea #F8BBC5

Tints of Azalea #F8BBC5

RGB

 RED value IS 248 (97.27% from 255) = 39.24%

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

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

R = 39.24%
G = 29.59%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8BBC5 (or 0xF8BBC5) is known color: Azalea. HEX triplet: F8, BB and C5. RGB value is (248,187,197). Sum of RGB (Red+Green+Blue) = 248+187+197=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC5 is #07443A. Grayscale: #CECECE. Windows color (decimal): -476219 or 12958712. OLE color: 12958712.

HSL color Cylindrical-coordinate representation of color #F8BBC5: hue angle of 350.16º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BBC5 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 187 197 -
CMYK 0 0.25 0.21 0.03
HSL 350.16º 0.81% 0.85% -
HSV(B) 350.16º 0.25% 0.97% -
XYZ 66.56 59.53 60.81 -
YUV 206.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 248 187 197 0 0.25 0.21 0.03 350.16 0.81 0.85
Hex F8 BB C5 0 19 15 3 15E 51 55
Octal 370 273 305 0 31 25 3 536 121 125
Binary 11111000 10111011 11000101 0 11001 10101 11 101011110 1010001 1010101

Color Harmonies of #F8BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBC5

Black with #F8BBC5

Text Example


Text Example

White with #F8BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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