Html Css Color HEX #F8BBBC Azalea

📋 copy color: '#F8BBBC'

red 248 ◦ green 187 ◦ blue 188

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

Shades of Azalea #F8BBBC

Tints of Azalea #F8BBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.18%

R = 39.81%
G = 30.02%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8BBBC (or 0xF8BBBC) is known color: Azalea. HEX triplet: F8, BB and BC. RGB value is (248,187,188). Sum of RGB (Red+Green+Blue) = 248+187+188=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBBC is #074443. Grayscale: #CDCDCD. Windows color (decimal): -476228 or 12368888. OLE color: 12368888.

HSL color Cylindrical-coordinate representation of color #F8BBBC: hue angle of 359.02º 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 #F8BBBC is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 187 188 -
CMYK 0 0.25 0.24 0.03
HSL 359.02º 0.81% 0.85% -
HSV(B) 359.02º 0.25% 0.97% -
XYZ 65.56 59.13 55.53 -
YUV 205.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 248 187 188 0 0.25 0.24 0.03 359.02 0.81 0.85
Hex F8 BB BC 0 19 18 3 167 51 55
Octal 370 273 274 0 31 30 3 547 121 125
Binary 11111000 10111011 10111100 0 11001 11000 11 101100111 1010001 1010101

Color Harmonies of #F8BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBBC

Black with #F8BBBC

Text Example


Text Example

White with #F8BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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