Html Css Color HEX #A8FABC Fringy Flower

📋 copy color: '#A8FABC'

red 168 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #A8FABC

Tints of Fringy Flower #A8FABC

RGB

 RED value IS 168 (66.02% from 255) = 27.72%

 GREEN value IS 250 (98.05% from 255) = 41.25%

 BLUE value IS 188 (73.83% from 255) = 31.02%

R = 27.72%
G = 41.25%
B = 31.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#A8FABC (or 0xA8FABC) is known color: Fringy Flower. HEX triplet: A8, FA and BC. RGB value is (168,250,188). Sum of RGB (Red+Green+Blue) = 168+250+188=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABC is #570543. Grayscale: #DADADA. Windows color (decimal): -5702980 or 12384936. OLE color: 12384936.

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

Color convert

RGB 168 250 188 -
CMYK 0.33 0 0.25 0.02
HSL 134.63º 0.89% 0.82% -
HSV(B) 134.63º 0.33% 0.98% -
XYZ 59.41 80.33 59.95 -
YUV 218.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 168 250 188 0.33 0 0.25 0.02 134.63 0.89 0.82
Hex A8 FA BC 21 0 19 2 87 59 52
Octal 250 372 274 41 0 31 2 207 131 122
Binary 10101000 11111010 10111100 100001 0 11001 10 10000111 1011001 1010010

Color Harmonies of #A8FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FABC

Black with #A8FABC

Text Example


Text Example

White with #A8FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FABC; }

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

 H1.HeaderClassName
 {
   color: #A8FABC;
 }
 .AnyTagClassName
 {
   color: #A8FABC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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