#A8FABD

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

Shades of Fringy Flower #A8FABD

Tints of Fringy Flower #A8FABD

Color information

#A8FABD (or 0xA8FABD) is unknown color: approx Fringy Flower. HEX triplet: A8, FA and BD. RGB value is (168,250,189). Sum of RGB (Red+Green+Blue) = 168+250+189=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABD is #570542. Grayscale: #DADADA. Windows color (decimal): -5702979 or 12450472. OLE color: 12450472.

HSL color Cylindrical-coordinate representation of color #A8FABD: hue angle of 135.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FABD is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB168250189-
CMYK0.3300.240.02
HSL135.37º89.13%81.96%-
HSV(B)135.37º32.8%98.04%-
XYZ59.5280.3760.52-
YUV218.53111.3391.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=27.68%
G=41.19%
B=31.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501890.3300.240.02135.3789.1381.96
HexA8FABD210182875952
Octal250372275410302207131122
Binary101010001111101010111101100001011000101000011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FABD; }

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

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

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

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

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

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

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

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