#FABDC6

Color #FABDC6 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #FABDC6

Tints of Azalea #FABDC6

Color information

#FABDC6 (or 0xFABDC6) is unknown color: approx Azalea. HEX triplet: FA, BD and C6. RGB value is (250,189,198). Sum of RGB (Red+Green+Blue) = 250+189+198=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC6 is #054239. Grayscale: #D0D0D0. Windows color (decimal): -344634 or 13024762. OLE color: 13024762.

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

Color convert

RGB250189198-
CMYK00.240.210.02
HSL351.15º85.92%86.08%-
HSV(B)351.15º24.4%98.04%-
XYZ67.8160.861.59-
YUV208.26122.21157.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 198 (77.73% from 255) = 31.08%
R=39.25%
G=29.67%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018919800.240.210.02351.1585.9286.08
HexFABDC601815215f5656
Octal372275306030252537126126
Binary111110101011110111000110011000101011010101111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABDC6; }

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

 H1.HeaderClassName
 {
   color: #FABDC6;
 }
 .AnyTagClassName
 {
   color: #FABDC6;
 }
</style>
background-color css

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

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

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

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

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

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