Html Css Color HEX #A8FABD Fringy Flower

📋 copy color: '#A8FABD'

red 168 ◦ green 250 ◦ blue 189

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

Shades of Fringy Flower #A8FABD

Tints of Fringy Flower #A8FABD

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 value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#A8FABD (or 0xA8FABD) is known color: 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

RGB 168 250 189 -
CMYK 0.33 0 0.24 0.02
HSL 135.37º 0.89% 0.82% -
HSV(B) 135.37º 0.33% 0.98% -
XYZ 59.52 80.37 60.52 -
YUV 218.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 168 250 189 0.33 0 0.24 0.02 135.37 0.89 0.82
Hex A8 FA BD 21 0 18 2 87 59 52
Octal 250 372 275 41 0 30 2 207 131 122
Binary 10101000 11111010 10111101 100001 0 11000 10 10000111 1011001 1010010

Color Harmonies of #A8FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FABD

Black with #A8FABD

Text Example


Text Example

White with #A8FABD

Text Example


Text Example

HTML Codes & Css Web 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>