Html Css Color HEX #F8B9BC Azalea

📋 copy color: '#F8B9BC'

red 248 ◦ green 185 ◦ blue 188

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

Shades of Azalea #F8B9BC

Tints of Azalea #F8B9BC

RGB

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

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

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

R = 39.94%
G = 29.79%
B = 30.27%

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

#F8B9BC (or 0xF8B9BC) is known color: Azalea. HEX triplet: F8, B9 and BC. RGB value is (248,185,188). Sum of RGB (Red+Green+Blue) = 248+185+188=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9BC is #074643. Grayscale: #CCCCCC. Windows color (decimal): -476740 or 12368376. OLE color: 12368376.

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

Color convert

RGB 248 185 188 -
CMYK 0 0.25 0.24 0.03
HSL 357.14º 0.82% 0.85% -
HSV(B) 357.14º 0.25% 0.97% -
XYZ 65.14 58.29 55.39 -
YUV 204.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 248 185 188 0 0.25 0.24 0.03 357.14 0.82 0.85
Hex F8 B9 BC 0 19 18 3 165 52 55
Octal 370 271 274 0 31 30 3 545 122 125
Binary 11111000 10111001 10111100 0 11001 11000 11 101100101 1010010 1010101

Color Harmonies of #F8B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9BC

Black with #F8B9BC

Text Example


Text Example

White with #F8B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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