Html Css Color HEX #AFDFC0 Fringy Flower

📋 copy color: '#AFDFC0'

red 175 ◦ green 223 ◦ blue 192

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

Shades of Fringy Flower #AFDFC0

Tints of Fringy Flower #AFDFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 29.66%
G = 37.8%
B = 32.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#AFDFC0 (or 0xAFDFC0) is known color: Fringy Flower. HEX triplet: AF, DF and C0. RGB value is (175,223,192). Sum of RGB (Red+Green+Blue) = 175+223+192=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC0 is #50203F. Grayscale: #CDCDCD. Windows color (decimal): -5251136 or 12640175. OLE color: 12640175.

HSL color Cylindrical-coordinate representation of color #AFDFC0: hue angle of 141.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 192 -
CMYK 0.22 0 0.14 0.13
HSL 141.25º 0.43% 0.78% -
HSV(B) 141.25º 0.22% 0.87% -
XYZ 53.58 65.7 59.73 -
YUV 205.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 175 223 192 0.22 0 0.14 0.13 141.25 0.43 0.78
Hex AF DF C0 16 0 E D 8D 2B 4E
Octal 257 337 300 26 0 16 15 215 53 116
Binary 10101111 11011111 11000000 10110 0 1110 1101 10001101 101011 1001110

Color Harmonies of #AFDFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFC0

Black with #AFDFC0

Text Example


Text Example

White with #AFDFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFC0; }

 p { color: rgb(175,223,192); }

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

background-color css

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

 a { background-color: rgb(175,223,192); }

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

border-color css

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

 span { border-color: rgb(175,223,192); }

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