Html Css Color HEX #FABDC3 Azalea

📋 copy color: '#FABDC3'

red 250 ◦ green 189 ◦ blue 195

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

Shades of Azalea #FABDC3

Tints of Azalea #FABDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.76%

R = 39.43%
G = 29.81%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FABDC3 (or 0xFABDC3) is known color: Azalea. HEX triplet: FA, BD and C3. RGB value is (250,189,195). Sum of RGB (Red+Green+Blue) = 250+189+195=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC3 is #05423C. Grayscale: #CFCFCF. Windows color (decimal): -344637 or 12828154. OLE color: 12828154.

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

Color convert

RGB 250 189 195 -
CMYK 0 0.24 0.22 0.02
HSL 354.1º 0.86% 0.86% -
HSV(B) 354.1º 0.24% 0.98% -
XYZ 67.47 60.66 59.78 -
YUV 207.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 250 189 195 0 0.24 0.22 0.02 354.1 0.86 0.86
Hex FA BD C3 0 18 16 2 162 56 56
Octal 372 275 303 0 30 26 2 542 126 126
Binary 11111010 10111101 11000011 0 11000 10110 10 101100010 1010110 1010110

Color Harmonies of #FABDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDC3

Black with #FABDC3

Text Example


Text Example

White with #FABDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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