#ACFAB7

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

Shades of Fringy Flower #ACFAB7

Tints of Fringy Flower #ACFAB7

Color information

#ACFAB7 (or 0xACFAB7) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and B7. RGB value is (172,250,183). Sum of RGB (Red+Green+Blue) = 172+250+183=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB7 is #530548. Grayscale: #DBDBDB. Windows color (decimal): -5440841 or 12057260. OLE color: 12057260.

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

Color convert

RGB172250183-
CMYK0.3100.270.02
HSL128.46º88.64%82.75%-
HSV(B)128.46º31.2%98.04%-
XYZ59.7580.5657.2-
YUV219.04107.6694.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=28.43%
G=41.32%
B=30.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501830.3100.270.02128.4688.6482.75
HexACFAB71F01B2805953
Octal254372267370332200131123
Binary10101100111110101011011111111011011101000000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAB7; }

 p { color: rgb(172,250,183); }

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

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

 a { background-color: rgb(172,250,183); }

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

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

 span { border-color: rgb(172,250,183); }

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