Html Css Color HEX #FCB7A5 Melon

📋 copy color: '#FCB7A5'

red 252 ◦ green 183 ◦ blue 165

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

Shades of Melon #FCB7A5

Tints of Melon #FCB7A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.5%

R = 42%
G = 30.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCB7A5 (or 0xFCB7A5) is known color: Melon. HEX triplet: FC, B7 and A5. RGB value is (252,183,165). Sum of RGB (Red+Green+Blue) = 252+183+165=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7A5 is #03485A. Grayscale: #C9C9C9. Windows color (decimal): -215131 or 10860540. OLE color: 10860540.

HSL color Cylindrical-coordinate representation of color #FCB7A5: hue angle of 12.41º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB7A5 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 183 165 -
CMYK 0 0.27 0.35 0.01
HSL 12.41º 0.94% 0.82% -
HSV(B) 12.41º 0.35% 0.99% -
XYZ 63.87 57.28 43.29 -
YUV 201.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 252 183 165 0 0.27 0.35 0.01 12.41 0.94 0.82
Hex FC B7 A5 0 1B 23 1 C 5E 52
Octal 374 267 245 0 33 43 1 14 136 122
Binary 11111100 10110111 10100101 0 11011 100011 1 1100 1011110 1010010

Color Harmonies of #FCB7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB7A5

Black with #FCB7A5

Text Example


Text Example

White with #FCB7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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