Html Css Color HEX #FCC3AF Melon

📋 copy color: '#FCC3AF'

red 252 ◦ green 195 ◦ blue 175

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

Shades of Melon #FCC3AF

Tints of Melon #FCC3AF

RGB

 RED value IS 252 (98.83% from 255) = 40.51%

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

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

R = 40.51%
G = 31.35%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCC3AF (or 0xFCC3AF) is known color: Melon. HEX triplet: FC, C3 and AF. RGB value is (252,195,175). Sum of RGB (Red+Green+Blue) = 252+195+175=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3AF is #033C50. Grayscale: #D1D1D1. Windows color (decimal): -212049 or 11518972. OLE color: 11518972.

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

Color convert

RGB 252 195 175 -
CMYK 0 0.23 0.31 0.01
HSL 15.58º 0.93% 0.84% -
HSV(B) 15.58º 0.31% 0.99% -
XYZ 67.4 62.82 49.13 -
YUV 209.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 252 195 175 0 0.23 0.31 0.01 15.58 0.93 0.84
Hex FC C3 AF 0 17 1F 1 10 5D 54
Octal 374 303 257 0 27 37 1 20 135 124
Binary 11111100 11000011 10101111 0 10111 11111 1 10000 1011101 1010100

Color Harmonies of #FCC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3AF

Black with #FCC3AF

Text Example


Text Example

White with #FCC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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