#AFFAC3

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

Shades of Fringy Flower #AFFAC3

Tints of Fringy Flower #AFFAC3

Color information

#AFFAC3 (or 0xAFFAC3) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and C3. RGB value is (175,250,195). Sum of RGB (Red+Green+Blue) = 175+250+195=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC3 is #50053C. Grayscale: #DDDDDD. Windows color (decimal): -5244221 or 12843695. OLE color: 12843695.

HSL color Cylindrical-coordinate representation of color #AFFAC3: hue angle of 136º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAC3 is Cyan = 0.3, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB175250195-
CMYK0.300.220.02
HSL136º88.24%83.33%-
HSV(B)136º30%98.04%-
XYZ61.7281.4364.09-
YUV221.3113.1594.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=28.23%
G=40.32%
B=31.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501950.300.220.0213688.2483.33
HexAFFAC31E0162885853
Octal257372303360262210130123
Binary10101111111110101100001111110010110101000100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAC3; }

 p { color: rgb(175,250,195); }

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

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

 a { background-color: rgb(175,250,195); }

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

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

 span { border-color: rgb(175,250,195); }

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