Html Css Color HEX #FCBAA9 Melon

📋 copy color: '#FCBAA9'

red 252 ◦ green 186 ◦ blue 169

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

Shades of Melon #FCBAA9

Tints of Melon #FCBAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.84%

R = 41.52%
G = 30.64%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCBAA9 (or 0xFCBAA9) is known color: Melon. HEX triplet: FC, BA and A9. RGB value is (252,186,169). Sum of RGB (Red+Green+Blue) = 252+186+169=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAA9 is #034556. Grayscale: #CBCBCB. Windows color (decimal): -214359 or 11123452. OLE color: 11123452.

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

Color convert

RGB 252 186 169 -
CMYK 0 0.26 0.33 0.01
HSL 12.29º 0.93% 0.83% -
HSV(B) 12.29º 0.33% 0.99% -
XYZ 64.87 58.68 45.44 -
YUV 203.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 252 186 169 0 0.26 0.33 0.01 12.29 0.93 0.83
Hex FC BA A9 0 1A 21 1 C 5D 53
Octal 374 272 251 0 32 41 1 14 135 123
Binary 11111100 10111010 10101001 0 11010 100001 1 1100 1011101 1010011

Color Harmonies of #FCBAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAA9

Black with #FCBAA9

Text Example


Text Example

White with #FCBAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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