Html Css Color HEX #F8BCBE Azalea

📋 copy color: '#F8BCBE'

red 248 ◦ green 188 ◦ blue 190

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

Shades of Azalea #F8BCBE

Tints of Azalea #F8BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.35%

R = 39.62%
G = 30.03%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8BCBE (or 0xF8BCBE) is known color: Azalea. HEX triplet: F8, BC and BE. RGB value is (248,188,190). Sum of RGB (Red+Green+Blue) = 248+188+190=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCBE is #074341. Grayscale: #CECECE. Windows color (decimal): -475970 or 12500216. OLE color: 12500216.

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

Color convert

RGB 248 188 190 -
CMYK 0 0.24 0.23 0.03
HSL 358º 0.81% 0.85% -
HSV(B) 358º 0.24% 0.97% -
XYZ 65.99 59.64 56.75 -
YUV 206.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 248 188 190 0 0.24 0.23 0.03 358 0.81 0.85
Hex F8 BC BE 0 18 17 3 166 51 55
Octal 370 274 276 0 30 27 3 546 121 125
Binary 11111000 10111100 10111110 0 11000 10111 11 101100110 1010001 1010101

Color Harmonies of #F8BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BCBE

Black with #F8BCBE

Text Example


Text Example

White with #F8BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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