Html Css Color HEX #AFEBC3 Fringy Flower

📋 copy color: '#AFEBC3'

red 175 ◦ green 235 ◦ blue 195

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

Shades of Fringy Flower #AFEBC3

Tints of Fringy Flower #AFEBC3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.84%

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 28.93%
G = 38.84%
B = 32.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#AFEBC3 (or 0xAFEBC3) is known color: Fringy Flower. HEX triplet: AF, EB and C3. RGB value is (175,235,195). Sum of RGB (Red+Green+Blue) = 175+235+195=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC3 is #50143C. Grayscale: #D4D4D4. Windows color (decimal): -5248061 or 12839855. OLE color: 12839855.

HSL color Cylindrical-coordinate representation of color #AFEBC3: hue angle of 140º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 195 -
CMYK 0.26 0 0.17 0.08
HSL 140º 0.6% 0.8% -
HSV(B) 140º 0.26% 0.92% -
XYZ 57.24 72.47 62.6 -
YUV 212.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 175 235 195 0.26 0 0.17 0.08 140 0.6 0.8
Hex AF EB C3 1A 0 11 8 8C 3C 50
Octal 257 353 303 32 0 21 10 214 74 120
Binary 10101111 11101011 11000011 11010 0 10001 1000 10001100 111100 1010000

Color Harmonies of #AFEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBC3

Black with #AFEBC3

Text Example


Text Example

White with #AFEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBC3; }

 p { color: rgb(175,235,195); }

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

background-color css

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

 a { background-color: rgb(175,235,195); }

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

border-color css

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

 span { border-color: rgb(175,235,195); }

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