Html Css Color HEX #FCBABE Azalea

📋 copy color: '#FCBABE'

red 252 ◦ green 186 ◦ blue 190

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

Shades of Azalea #FCBABE

Tints of Azalea #FCBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.62%

 BLUE value IS 190 (74.61% from 255) = 30.25%

R = 40.13%
G = 29.62%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCBABE (or 0xFCBABE) is known color: Azalea. HEX triplet: FC, BA and BE. RGB value is (252,186,190). Sum of RGB (Red+Green+Blue) = 252+186+190=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBABE is #034541. Grayscale: #CECECE. Windows color (decimal): -214338 or 12499708. OLE color: 12499708.

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

Color convert

RGB 252 186 190 -
CMYK 0 0.26 0.25 0.01
HSL 356.36º 0.92% 0.86% -
HSV(B) 356.36º 0.26% 0.99% -
XYZ 67 59.53 56.67 -
YUV 206.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 252 186 190 0 0.26 0.25 0.01 356.36 0.92 0.86
Hex FC BA BE 0 1A 19 1 164 5C 56
Octal 374 272 276 0 32 31 1 544 134 126
Binary 11111100 10111010 10111110 0 11010 11001 1 101100100 1011100 1010110

Color Harmonies of #FCBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBABE

Black with #FCBABE

Text Example


Text Example

White with #FCBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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