#AFFCBD

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

Shades of Fringy Flower #AFFCBD

Tints of Fringy Flower #AFFCBD

Color information

#AFFCBD (or 0xAFFCBD) is unknown color: approx Fringy Flower. HEX triplet: AF, FC and BD. RGB value is (175,252,189). Sum of RGB (Red+Green+Blue) = 175+252+189=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCBD is #500342. Grayscale: #DDDDDD. Windows color (decimal): -5243715 or 12450991. OLE color: 12450991.

HSL color Cylindrical-coordinate representation of color #AFFCBD: hue angle of 130.91º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCBD is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB175252189-
CMYK0.3100.250.01
HSL130.91º92.77%83.73%-
HSV(B)130.91º30.56%98.82%-
XYZ61.6782.4160.8-
YUV221.79109.4994.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=28.41%
G=40.91%
B=30.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521890.3100.250.01130.9192.7783.73
HexAFFCBD1F0191835d54
Octal257374275370311203135124
Binary1010111111111100101111011111101100111000001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCBD; }

 p { color: rgb(175,252,189); }

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

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

 a { background-color: rgb(175,252,189); }

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

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

 span { border-color: rgb(175,252,189); }

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