Html Css Color HEX #FCC4AF Melon

📋 copy color: '#FCC4AF'

red 252 ◦ green 196 ◦ blue 175

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

Shades of Melon #FCC4AF

Tints of Melon #FCC4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.46%

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

R = 40.45%
G = 31.46%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCC4AF (or 0xFCC4AF) is known color: Melon. HEX triplet: FC, C4 and AF. RGB value is (252,196,175). Sum of RGB (Red+Green+Blue) = 252+196+175=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4AF is #033B50. Grayscale: #D2D2D2. Windows color (decimal): -211793 or 11519228. OLE color: 11519228.

HSL color Cylindrical-coordinate representation of color #FCC4AF: hue angle of 16.36º 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 #FCC4AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 175 -
CMYK 0 0.22 0.31 0.01
HSL 16.36º 0.93% 0.84% -
HSV(B) 16.36º 0.31% 0.99% -
XYZ 67.62 63.27 49.21 -
YUV 210.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 252 196 175 0 0.22 0.31 0.01 16.36 0.93 0.84
Hex FC C4 AF 0 16 1F 1 10 5D 54
Octal 374 304 257 0 26 37 1 20 135 124
Binary 11111100 11000100 10101111 0 10110 11111 1 10000 1011101 1010100

Color Harmonies of #FCC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4AF

Black with #FCC4AF

Text Example


Text Example

White with #FCC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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