Html Css Color HEX #FABFC5 Azalea

📋 copy color: '#FABFC5'

red 250 ◦ green 191 ◦ blue 197

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

Shades of Azalea #FABFC5

Tints of Azalea #FABFC5

RGB

 RED value IS 250 (98.05% from 255) = 39.18%

 GREEN value IS 191 (75% from 255) = 29.94%

 BLUE value IS 197 (77.34% from 255) = 30.88%

R = 39.18%
G = 29.94%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FABFC5 (or 0xFABFC5) is known color: Azalea. HEX triplet: FA, BF and C5. RGB value is (250,191,197). Sum of RGB (Red+Green+Blue) = 250+191+197=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC5 is #05403A. Grayscale: #D1D1D1. Windows color (decimal): -344123 or 12959738. OLE color: 12959738.

HSL color Cylindrical-coordinate representation of color #FABFC5: hue angle of 353.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFC5 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 191 197 -
CMYK 0 0.24 0.21 0.02
HSL 353.9º 0.86% 0.86% -
HSV(B) 353.9º 0.24% 0.98% -
XYZ 68.13 61.62 61.13 -
YUV 209.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 250 191 197 0 0.24 0.21 0.02 353.9 0.86 0.86
Hex FA BF C5 0 18 15 2 162 56 56
Octal 372 277 305 0 30 25 2 542 126 126
Binary 11111010 10111111 11000101 0 11000 10101 10 101100010 1010110 1010110

Color Harmonies of #FABFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFC5

Black with #FABFC5

Text Example


Text Example

White with #FABFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFC5; }

 p { color: rgb(250,191,197); }

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

background-color css

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

 a { background-color: rgb(250,191,197); }

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

border-color css

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

 span { border-color: rgb(250,191,197); }

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