Html Css Color HEX #FABDC5 Azalea

📋 copy color: '#FABDC5'

red 250 ◦ green 189 ◦ blue 197

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

Shades of Azalea #FABDC5

Tints of Azalea #FABDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.72%

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

R = 39.31%
G = 29.72%
B = 30.97%

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

#FABDC5 (or 0xFABDC5) is known color: Azalea. HEX triplet: FA, BD and C5. RGB value is (250,189,197). Sum of RGB (Red+Green+Blue) = 250+189+197=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC5 is #05423A. Grayscale: #D0D0D0. Windows color (decimal): -344635 or 12959226. OLE color: 12959226.

HSL color Cylindrical-coordinate representation of color #FABDC5: hue angle of 352.13º 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 #FABDC5 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 189 197 -
CMYK 0 0.24 0.21 0.02
HSL 352.13º 0.86% 0.86% -
HSV(B) 352.13º 0.24% 0.98% -
XYZ 67.7 60.75 60.98 -
YUV 208.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 250 189 197 0 0.24 0.21 0.02 352.13 0.86 0.86
Hex FA BD C5 0 18 15 2 160 56 56
Octal 372 275 305 0 30 25 2 540 126 126
Binary 11111010 10111101 11000101 0 11000 10101 10 101100000 1010110 1010110

Color Harmonies of #FABDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDC5

Black with #FABDC5

Text Example


Text Example

White with #FABDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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