Html Css Color HEX #AFFAC2 Fringy Flower

📋 copy color: '#AFFAC2'

red 175 ◦ green 250 ◦ blue 194

#AFFAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AFFAC2

Tints of Fringy Flower #AFFAC2

RGB

 RED value IS 175 (68.75% from 255) = 28.27%

 GREEN value IS 250 (98.05% from 255) = 40.39%

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 28.27%
G = 40.39%
B = 31.34%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#AFFAC2 (or 0xAFFAC2) is known color: Fringy Flower. HEX triplet: AF, FA and C2. RGB value is (175,250,194). Sum of RGB (Red+Green+Blue) = 175+250+194=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC2 is #50053D. Grayscale: #DDDDDD. Windows color (decimal): -5244222 or 12778159. OLE color: 12778159.

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

Color convert

RGB 175 250 194 -
CMYK 0.3 0 0.22 0.02
HSL 135.2º 0.88% 0.83% -
HSV(B) 135.2º 0.3% 0.98% -
XYZ 61.6 81.38 63.5 -
YUV 221.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 175 250 194 0.3 0 0.22 0.02 135.2 0.88 0.83
Hex AF FA C2 1E 0 16 2 87 58 53
Octal 257 372 302 36 0 26 2 207 130 123
Binary 10101111 11111010 11000010 11110 0 10110 10 10000111 1011000 1010011

Color Harmonies of #AFFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAC2

Black with #AFFAC2

Text Example


Text Example

White with #AFFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAC2; }

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

 H1.HeaderClassName
 {
   color: #AFFAC2;
 }
 .AnyTagClassName
 {
   color: #AFFAC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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