Html Css Color HEX #F6BBBF Azalea

📋 copy color: '#F6BBBF'

red 246 ◦ green 187 ◦ blue 191

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

Shades of Azalea #F6BBBF

Tints of Azalea #F6BBBF

RGB

 RED value IS 246 (96.48% from 255) = 39.42%

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

 BLUE value IS 191 (75% from 255) = 30.61%

R = 39.42%
G = 29.97%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6BBBF (or 0xF6BBBF) is known color: Azalea. HEX triplet: F6, BB and BF. RGB value is (246,187,191). Sum of RGB (Red+Green+Blue) = 246+187+191=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBBF is #094440. Grayscale: #CDCDCD. Windows color (decimal): -607297 or 12565494. OLE color: 12565494.

HSL color Cylindrical-coordinate representation of color #F6BBBF: hue angle of 355.93º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBBF is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 187 191 -
CMYK 0 0.24 0.22 0.04
HSL 355.93º 0.77% 0.85% -
HSV(B) 355.93º 0.24% 0.96% -
XYZ 65.18 58.9 57.22 -
YUV 205.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 246 187 191 0 0.24 0.22 0.04 355.93 0.77 0.85
Hex F6 BB BF 0 18 16 4 164 4D 55
Octal 366 273 277 0 30 26 4 544 115 125
Binary 11110110 10111011 10111111 0 11000 10110 100 101100100 1001101 1010101

Color Harmonies of #F6BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBBF

Black with #F6BBBF

Text Example


Text Example

White with #F6BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBBF; }

 p { color: rgb(246,187,191); }

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

background-color css

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

 a { background-color: rgb(246,187,191); }

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

border-color css

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

 span { border-color: rgb(246,187,191); }

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