Html Css Color HEX #FFC1AA Melon

📋 copy color: '#FFC1AA'

red 255 ◦ green 193 ◦ blue 170

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

Shades of Melon #FFC1AA

Tints of Melon #FFC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.23%

 BLUE value IS 170 (66.8% from 255) = 27.51%

R = 41.26%
G = 31.23%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC1AA (or 0xFFC1AA) is known color: Melon. HEX triplet: FF, C1 and AA. RGB value is (255,193,170). Sum of RGB (Red+Green+Blue) = 255+193+170=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1AA is #003E55. Grayscale: #D1D1D1. Windows color (decimal): -15958 or 11190783. OLE color: 11190783.

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

Color convert

RGB 255 193 170 -
CMYK 0 0.24 0.33 0
HSL 16.24º 1% 0.83% -
HSV(B) 16.24º 0.33% 1% -
XYZ 67.57 62.3 46.49 -
YUV 208.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 255 193 170 0 0.24 0.33 0 16.24 1 0.83
Hex FF C1 AA 0 18 21 0 10 64 53
Octal 377 301 252 0 30 41 0 20 144 123
Binary 11111111 11000001 10101010 0 11000 100001 0 10000 1100100 1010011

Color Harmonies of #FFC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1AA

Black with #FFC1AA

Text Example


Text Example

White with #FFC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1AA; }

 p { color: rgb(255,193,170); }

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

background-color css

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

 a { background-color: rgb(255,193,170); }

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

border-color css

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

 span { border-color: rgb(255,193,170); }

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