#AFFAC1

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

Shades of Fringy Flower #AFFAC1

Tints of Fringy Flower #AFFAC1

Color information

#AFFAC1 (or 0xAFFAC1) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and C1. RGB value is (175,250,193). Sum of RGB (Red+Green+Blue) = 175+250+193=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC1 is #50053E. Grayscale: #DDDDDD. Windows color (decimal): -5244223 or 12712623. OLE color: 12712623.

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

Color convert

RGB175250193-
CMYK0.300.230.02
HSL134.4º88.24%83.33%-
HSV(B)134.4º30%98.04%-
XYZ61.4981.3462.91-
YUV221.08112.1595.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=28.32%
G=40.45%
B=31.23%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501930.300.230.02134.488.2483.33
HexAFFAC11E0172865853
Octal257372301360272206130123
Binary10101111111110101100000111110010111101000011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAC1; }

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

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

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

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

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

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

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

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