#ACFAB8

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

Shades of Fringy Flower #ACFAB8

Tints of Fringy Flower #ACFAB8

Color information

#ACFAB8 (or 0xACFAB8) is unknown color: approx Fringy Flower. HEX triplet: AC, FA and B8. RGB value is (172,250,184). Sum of RGB (Red+Green+Blue) = 172+250+184=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB8 is #530547. Grayscale: #DBDBDB. Windows color (decimal): -5440840 or 12122796. OLE color: 12122796.

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

Color convert

RGB172250184-
CMYK0.3100.260.02
HSL129.23º88.64%82.75%-
HSV(B)129.23º31.2%98.04%-
XYZ59.8580.657.75-
YUV219.15108.1694.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 184 (72.27% from 255) = 30.36%
R=28.38%
G=41.25%
B=30.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501840.3100.260.02129.2388.6482.75
HexACFAB81F01A2815953
Octal254372270370322201131123
Binary10101100111110101011100011111011010101000000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAB8; }

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

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

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

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

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

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

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

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