Html Css Color HEX #FCBEA6 Melon

📋 copy color: '#FCBEA6'

red 252 ◦ green 190 ◦ blue 166

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

Shades of Melon #FCBEA6

Tints of Melon #FCBEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.3%

R = 41.45%
G = 31.25%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCBEA6 (or 0xFCBEA6) is known color: Melon. HEX triplet: FC, BE and A6. RGB value is (252,190,166). Sum of RGB (Red+Green+Blue) = 252+190+166=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEA6 is #034159. Grayscale: #CDCDCD. Windows color (decimal): -213338 or 10927868. OLE color: 10927868.

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

Color convert

RGB 252 190 166 -
CMYK 0 0.25 0.34 0.01
HSL 16.74º 0.93% 0.82% -
HSV(B) 16.74º 0.34% 0.99% -
XYZ 65.44 60.28 44.26 -
YUV 205.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 252 190 166 0 0.25 0.34 0.01 16.74 0.93 0.82
Hex FC BE A6 0 19 22 1 11 5D 52
Octal 374 276 246 0 31 42 1 21 135 122
Binary 11111100 10111110 10100110 0 11001 100010 1 10001 1011101 1010010

Color Harmonies of #FCBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEA6

Black with #FCBEA6

Text Example


Text Example

White with #FCBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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