Html Css Color HEX #FFC2AF Melon

📋 copy color: '#FFC2AF'

red 255 ◦ green 194 ◦ blue 175

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

Shades of Melon #FFC2AF

Tints of Melon #FFC2AF

RGB

 RED value IS 255 (100% from 255) = 40.87%

 GREEN value IS 194 (76.17% from 255) = 31.09%

 BLUE value IS 175 (68.75% from 255) = 28.04%

R = 40.87%
G = 31.09%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC2AF (or 0xFFC2AF) is known color: Melon. HEX triplet: FF, C2 and AF. RGB value is (255,194,175). Sum of RGB (Red+Green+Blue) = 255+194+175=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AF is #003D50. Grayscale: #D2D2D2. Windows color (decimal): -15697 or 11518719. OLE color: 11518719.

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

Color convert

RGB 255 194 175 -
CMYK 0 0.24 0.31 0
HSL 14.25º 1% 0.84% -
HSV(B) 14.25º 0.31% 1% -
XYZ 68.27 62.94 49.11 -
YUV 210.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 255 194 175 0 0.24 0.31 0 14.25 1 0.84
Hex FF C2 AF 0 18 1F 0 E 64 54
Octal 377 302 257 0 30 37 0 16 144 124
Binary 11111111 11000010 10101111 0 11000 11111 0 1110 1100100 1010100

Color Harmonies of #FFC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2AF

Black with #FFC2AF

Text Example


Text Example

White with #FFC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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