Html Css Color HEX #FFC3AA Melon

📋 copy color: '#FFC3AA'

red 255 ◦ green 195 ◦ blue 170

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

Shades of Melon #FFC3AA

Tints of Melon #FFC3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.45%

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

R = 41.13%
G = 31.45%
B = 27.42%

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

#FFC3AA (or 0xFFC3AA) is known color: Melon. HEX triplet: FF, C3 and AA. RGB value is (255,195,170). Sum of RGB (Red+Green+Blue) = 255+195+170=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3AA is #003C55. Grayscale: #D2D2D2. Windows color (decimal): -15446 or 11191295. OLE color: 11191295.

HSL color Cylindrical-coordinate representation of color #FFC3AA: hue angle of 17.65º 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 #FFC3AA is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 170 -
CMYK 0 0.24 0.33 0
HSL 17.65º 1% 0.83% -
HSV(B) 17.65º 0.33% 1% -
XYZ 68.01 63.19 46.64 -
YUV 210.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 255 195 170 0 0.24 0.33 0 17.65 1 0.83
Hex FF C3 AA 0 18 21 0 12 64 53
Octal 377 303 252 0 30 41 0 22 144 123
Binary 11111111 11000011 10101010 0 11000 100001 0 10010 1100100 1010011

Color Harmonies of #FFC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3AA

Black with #FFC3AA

Text Example


Text Example

White with #FFC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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