Html Css Color HEX #FCBAAE Melon

📋 copy color: '#FCBAAE'

red 252 ◦ green 186 ◦ blue 174

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

Shades of Melon #FCBAAE

Tints of Melon #FCBAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.43%

R = 41.18%
G = 30.39%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCBAAE (or 0xFCBAAE) is known color: Melon. HEX triplet: FC, BA and AE. RGB value is (252,186,174). Sum of RGB (Red+Green+Blue) = 252+186+174=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAE is #034551. Grayscale: #CCCCCC. Windows color (decimal): -214354 or 11451132. OLE color: 11451132.

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

Color convert

RGB 252 186 174 -
CMYK 0 0.26 0.31 0.01
HSL 9.23º 0.93% 0.84% -
HSV(B) 9.23º 0.31% 0.99% -
XYZ 65.34 58.87 47.96 -
YUV 204.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 252 186 174 0 0.26 0.31 0.01 9.23 0.93 0.84
Hex FC BA AE 0 1A 1F 1 9 5D 54
Octal 374 272 256 0 32 37 1 11 135 124
Binary 11111100 10111010 10101110 0 11010 11111 1 1001 1011101 1010100

Color Harmonies of #FCBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBAAE

Black with #FCBAAE

Text Example


Text Example

White with #FCBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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