Html Css Color HEX #F8BBC2 Azalea

📋 copy color: '#F8BBC2'

red 248 ◦ green 187 ◦ blue 194

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

Shades of Azalea #F8BBC2

Tints of Azalea #F8BBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.84%

R = 39.43%
G = 29.73%
B = 30.84%

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

#F8BBC2 (or 0xF8BBC2) is known color: Azalea. HEX triplet: F8, BB and C2. RGB value is (248,187,194). Sum of RGB (Red+Green+Blue) = 248+187+194=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBC2 is #07443D. Grayscale: #CECECE. Windows color (decimal): -476222 or 12762104. OLE color: 12762104.

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

Color convert

RGB 248 187 194 -
CMYK 0 0.25 0.22 0.03
HSL 353.11º 0.81% 0.85% -
HSV(B) 353.11º 0.25% 0.97% -
XYZ 66.22 59.39 59.01 -
YUV 206.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 248 187 194 0 0.25 0.22 0.03 353.11 0.81 0.85
Hex F8 BB C2 0 19 16 3 161 51 55
Octal 370 273 302 0 31 26 3 541 121 125
Binary 11111000 10111011 11000010 0 11001 10110 11 101100001 1010001 1010101

Color Harmonies of #F8BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BBC2

Black with #F8BBC2

Text Example


Text Example

White with #F8BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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