#FABFC6

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

Shades of Azalea #FABFC6

Tints of Azalea #FABFC6

Color information

#FABFC6 (or 0xFABFC6) is unknown color: approx Azalea. HEX triplet: FA, BF and C6. RGB value is (250,191,198). Sum of RGB (Red+Green+Blue) = 250+191+198=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC6 is #054039. Grayscale: #D1D1D1. Windows color (decimal): -344122 or 13025274. OLE color: 13025274.

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

Color convert

RGB250191198-
CMYK00.240.210.02
HSL352.88º85.51%86.47%-
HSV(B)352.88º23.6%98.04%-
XYZ68.2561.6661.73-
YUV209.44121.55156.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=39.12%
G=29.89%
B=30.99%

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
Decimal25019119800.240.210.02352.8885.5186.47
HexFABFC60181521615656
Octal372277306030252541126126
Binary111110101011111111000110011000101011010110000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFC6; }

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

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

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

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

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

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

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

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