Html Css Color HEX #FCBAA3 Melon

📋 copy color: '#FCBAA3'

red 252 ◦ green 186 ◦ blue 163

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

Shades of Melon #FCBAA3

Tints of Melon #FCBAA3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.95%

 BLUE value IS 163 (64.06% from 255) = 27.12%

R = 41.93%
G = 30.95%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCBAA3 (or 0xFCBAA3) is known color: Melon. HEX triplet: FC, BA and A3. RGB value is (252,186,163). Sum of RGB (Red+Green+Blue) = 252+186+163=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAA3 is #03455C. Grayscale: #CBCBCB. Windows color (decimal): -214365 or 10730236. OLE color: 10730236.

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

Color convert

RGB 252 186 163 -
CMYK 0 0.26 0.35 0.01
HSL 15.51º 0.94% 0.81% -
HSV(B) 15.51º 0.35% 0.99% -
XYZ 64.31 58.46 42.54 -
YUV 203.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 252 186 163 0 0.26 0.35 0.01 15.51 0.94 0.81
Hex FC BA A3 0 1A 23 1 10 5E 51
Octal 374 272 243 0 32 43 1 20 136 121
Binary 11111100 10111010 10100011 0 11010 100011 1 10000 1011110 1010001

Color Harmonies of #FCBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAA3

Black with #FCBAA3

Text Example


Text Example

White with #FCBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAA3; }

 p { color: rgb(252,186,163); }

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

background-color css

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

 a { background-color: rgb(252,186,163); }

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

border-color css

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

 span { border-color: rgb(252,186,163); }

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