Html Css Color HEX #F6BCBD Azalea

📋 copy color: '#F6BCBD'

red 246 ◦ green 188 ◦ blue 189

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

Shades of Azalea #F6BCBD

Tints of Azalea #F6BCBD

RGB

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

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

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

R = 39.49%
G = 30.18%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6BCBD (or 0xF6BCBD) is known color: Azalea. HEX triplet: F6, BC and BD. RGB value is (246,188,189). Sum of RGB (Red+Green+Blue) = 246+188+189=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCBD is #094342. Grayscale: #CDCDCD. Windows color (decimal): -607043 or 12434678. OLE color: 12434678.

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

Color convert

RGB 246 188 189 -
CMYK 0 0.24 0.23 0.04
HSL 358.97º 0.76% 0.85% -
HSV(B) 358.97º 0.24% 0.96% -
XYZ 65.17 59.23 56.14 -
YUV 205.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 246 188 189 0 0.24 0.23 0.04 358.97 0.76 0.85
Hex F6 BC BD 0 18 17 4 167 4C 55
Octal 366 274 275 0 30 27 4 547 114 125
Binary 11110110 10111100 10111101 0 11000 10111 100 101100111 1001100 1010101

Color Harmonies of #F6BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BCBD

Black with #F6BCBD

Text Example


Text Example

White with #F6BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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