Html Css Color HEX #FCB7AF Melon

📋 copy color: '#FCB7AF'

red 252 ◦ green 183 ◦ blue 175

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

Shades of Melon #FCB7AF

Tints of Melon #FCB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30%

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

R = 41.31%
G = 30%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCB7AF (or 0xFCB7AF) is known color: Melon. HEX triplet: FC, B7 and AF. RGB value is (252,183,175). Sum of RGB (Red+Green+Blue) = 252+183+175=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7AF is #034850. Grayscale: #CACACA. Windows color (decimal): -215121 or 11515900. OLE color: 11515900.

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

Color convert

RGB 252 183 175 -
CMYK 0 0.27 0.31 0.01
HSL 6.23º 0.93% 0.84% -
HSV(B) 6.23º 0.31% 0.99% -
XYZ 64.82 57.66 48.27 -
YUV 202.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 252 183 175 0 0.27 0.31 0.01 6.23 0.93 0.84
Hex FC B7 AF 0 1B 1F 1 6 5D 54
Octal 374 267 257 0 33 37 1 6 135 124
Binary 11111100 10110111 10101111 0 11011 11111 1 110 1011101 1010100

Color Harmonies of #FCB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7AF

Black with #FCB7AF

Text Example


Text Example

White with #FCB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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