Html Css Color HEX #F8BBC1 Azalea

📋 copy color: '#F8BBC1'

red 248 ◦ green 187 ◦ blue 193

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

Shades of Azalea #F8BBC1

Tints of Azalea #F8BBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.73%

R = 39.49%
G = 29.78%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8BBC1 (or 0xF8BBC1) is known color: Azalea. HEX triplet: F8, BB and C1. RGB value is (248,187,193). Sum of RGB (Red+Green+Blue) = 248+187+193=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC1 is #07443E. Grayscale: #CDCDCD. Windows color (decimal): -476223 or 12696568. OLE color: 12696568.

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

Color convert

RGB 248 187 193 -
CMYK 0 0.25 0.22 0.03
HSL 354.1º 0.81% 0.85% -
HSV(B) 354.1º 0.25% 0.97% -
XYZ 66.11 59.35 58.42 -
YUV 205.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 248 187 193 0 0.25 0.22 0.03 354.1 0.81 0.85
Hex F8 BB C1 0 19 16 3 162 51 55
Octal 370 273 301 0 31 26 3 542 121 125
Binary 11111000 10111011 11000001 0 11001 10110 11 101100010 1010001 1010101

Color Harmonies of #F8BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBC1

Black with #F8BBC1

Text Example


Text Example

White with #F8BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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