Html Css Color HEX #F8BCBD Azalea

📋 copy color: '#F8BCBD'

red 248 ◦ green 188 ◦ blue 189

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

Shades of Azalea #F8BCBD

Tints of Azalea #F8BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.08%

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 39.68%
G = 30.08%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8BCBD (or 0xF8BCBD) is known color: Azalea. HEX triplet: F8, BC and BD. RGB value is (248,188,189). Sum of RGB (Red+Green+Blue) = 248+188+189=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCBD is #074342. Grayscale: #CECECE. Windows color (decimal): -475971 or 12434680. OLE color: 12434680.

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

Color convert

RGB 248 188 189 -
CMYK 0 0.24 0.24 0.03
HSL 359º 0.81% 0.85% -
HSV(B) 359º 0.24% 0.97% -
XYZ 65.88 59.6 56.18 -
YUV 206.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 248 188 189 0 0.24 0.24 0.03 359 0.81 0.85
Hex F8 BC BD 0 18 18 3 167 51 55
Octal 370 274 275 0 30 30 3 547 121 125
Binary 11111000 10111100 10111101 0 11000 11000 11 101100111 1010001 1010101

Color Harmonies of #F8BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCBD

Black with #F8BCBD

Text Example


Text Example

White with #F8BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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