Html Css Color HEX #FCB9BA Azalea

📋 copy color: '#FCB9BA'

red 252 ◦ green 185 ◦ blue 186

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

Shades of Azalea #FCB9BA

Tints of Azalea #FCB9BA

RGB

 RED value IS 252 (98.83% from 255) = 40.45%

 GREEN value IS 185 (72.66% from 255) = 29.7%

 BLUE value IS 186 (73.05% from 255) = 29.86%

R = 40.45%
G = 29.7%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCB9BA (or 0xFCB9BA) is known color: Azalea. HEX triplet: FC, B9 and BA. RGB value is (252,185,186). Sum of RGB (Red+Green+Blue) = 252+185+186=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9BA is #034645. Grayscale: #CDCDCD. Windows color (decimal): -214598 or 12237308. OLE color: 12237308.

HSL color Cylindrical-coordinate representation of color #FCB9BA: hue angle of 359.1º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9BA is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 186 -
CMYK 0 0.27 0.26 0.01
HSL 359.1º 0.92% 0.86% -
HSV(B) 359.1º 0.27% 0.99% -
XYZ 66.36 58.94 54.33 -
YUV 205.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 252 185 186 0 0.27 0.26 0.01 359.1 0.92 0.86
Hex FC B9 BA 0 1B 1A 1 167 5C 56
Octal 374 271 272 0 33 32 1 547 134 126
Binary 11111100 10111001 10111010 0 11011 11010 1 101100111 1011100 1010110

Color Harmonies of #FCB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9BA

Black with #FCB9BA

Text Example


Text Example

White with #FCB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9BA; }

 p { color: rgb(252,185,186); }

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

background-color css

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

 a { background-color: rgb(252,185,186); }

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

border-color css

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

 span { border-color: rgb(252,185,186); }

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