Html Css Color HEX #FCBEAE Melon

📋 copy color: '#FCBEAE'

red 252 ◦ green 190 ◦ blue 174

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

Shades of Melon #FCBEAE

Tints of Melon #FCBEAE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.84%

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

R = 40.91%
G = 30.84%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCBEAE (or 0xFCBEAE) is known color: Melon. HEX triplet: FC, BE and AE. RGB value is (252,190,174). Sum of RGB (Red+Green+Blue) = 252+190+174=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEAE is #034151. Grayscale: #CECECE. Windows color (decimal): -213330 or 11452156. OLE color: 11452156.

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

Color convert

RGB 252 190 174 -
CMYK 0 0.25 0.31 0.01
HSL 12.31º 0.93% 0.84% -
HSV(B) 12.31º 0.31% 0.99% -
XYZ 66.2 60.58 48.25 -
YUV 206.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 252 190 174 0 0.25 0.31 0.01 12.31 0.93 0.84
Hex FC BE AE 0 19 1F 1 C 5D 54
Octal 374 276 256 0 31 37 1 14 135 124
Binary 11111100 10111110 10101110 0 11001 11111 1 1100 1011101 1010100

Color Harmonies of #FCBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEAE

Black with #FCBEAE

Text Example


Text Example

White with #FCBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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