#A4FABA

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

Shades of Fringy Flower #A4FABA

Tints of Fringy Flower #A4FABA

Color information

#A4FABA (or 0xA4FABA) is unknown color: approx Fringy Flower. HEX triplet: A4, FA and BA. RGB value is (164,250,186). Sum of RGB (Red+Green+Blue) = 164+250+186=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FABA is #5B0545. Grayscale: #D9D9D9. Windows color (decimal): -5965126 or 12253860. OLE color: 12253860.

HSL color Cylindrical-coordinate representation of color #A4FABA: hue angle of 135.35º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FABA is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB164250186-
CMYK0.3400.260.02
HSL135.35º89.58%81.18%-
HSV(B)135.35º34.4%98.04%-
XYZ58.3679.8158.78-
YUV216.99110.5190.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.33%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 186 (73.05% from 255) = 31%
R=27.33%
G=41.67%
B=31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501860.3400.260.02135.3589.5881.18
HexA4FABA2201A2875a51
Octal244372272420322207132121
Binary101001001111101010111010100010011010101000011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FABA; }

 p { color: rgb(164,250,186); }

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

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

 a { background-color: rgb(164,250,186); }

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

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

 span { border-color: rgb(164,250,186); }

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