Html Css Color HEX #FABDC0 Azalea

📋 copy color: '#FABDC0'

red 250 ◦ green 189 ◦ blue 192

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

Shades of Azalea #FABDC0

Tints of Azalea #FABDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.43%

R = 39.62%
G = 29.95%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FABDC0 (or 0xFABDC0) is known color: Azalea. HEX triplet: FA, BD and C0. RGB value is (250,189,192). Sum of RGB (Red+Green+Blue) = 250+189+192=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC0 is #05423F. Grayscale: #CFCFCF. Windows color (decimal): -344640 or 12631546. OLE color: 12631546.

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

Color convert

RGB 250 189 192 -
CMYK 0 0.24 0.23 0.02
HSL 357.05º 0.86% 0.86% -
HSV(B) 357.05º 0.24% 0.98% -
XYZ 67.14 60.52 58.01 -
YUV 207.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 250 189 192 0 0.24 0.23 0.02 357.05 0.86 0.86
Hex FA BD C0 0 18 17 2 165 56 56
Octal 372 275 300 0 30 27 2 545 126 126
Binary 11111010 10111101 11000000 0 11000 10111 10 101100101 1010110 1010110

Color Harmonies of #FABDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDC0

Black with #FABDC0

Text Example


Text Example

White with #FABDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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