Html Css Color HEX #F8B9BF Azalea

📋 copy color: '#F8B9BF'

red 248 ◦ green 185 ◦ blue 191

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

Shades of Azalea #F8B9BF

Tints of Azalea #F8B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.65%

 BLUE value IS 191 (75% from 255) = 30.61%

R = 39.74%
G = 29.65%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8B9BF (or 0xF8B9BF) is known color: Azalea. HEX triplet: F8, B9 and BF. RGB value is (248,185,191). Sum of RGB (Red+Green+Blue) = 248+185+191=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9BF is #074640. Grayscale: #CCCCCC. Windows color (decimal): -476737 or 12564984. OLE color: 12564984.

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

Color convert

RGB 248 185 191 -
CMYK 0 0.25 0.23 0.03
HSL 354.29º 0.82% 0.85% -
HSV(B) 354.29º 0.25% 0.97% -
XYZ 65.46 58.42 57.12 -
YUV 204.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 248 185 191 0 0.25 0.23 0.03 354.29 0.82 0.85
Hex F8 B9 BF 0 19 17 3 162 52 55
Octal 370 271 277 0 31 27 3 542 122 125
Binary 11111000 10111001 10111111 0 11001 10111 11 101100010 1010010 1010101

Color Harmonies of #F8B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9BF

Black with #F8B9BF

Text Example


Text Example

White with #F8B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9BF; }

 p { color: rgb(248,185,191); }

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

background-color css

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

 a { background-color: rgb(248,185,191); }

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

border-color css

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

 span { border-color: rgb(248,185,191); }

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