Html Css Color HEX #FCBEAD Melon

📋 copy color: '#FCBEAD'

red 252 ◦ green 190 ◦ blue 173

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

Shades of Melon #FCBEAD

Tints of Melon #FCBEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.13%

R = 40.98%
G = 30.89%
B = 28.13%

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

#FCBEAD (or 0xFCBEAD) is known color: Melon. HEX triplet: FC, BE and AD. RGB value is (252,190,173). Sum of RGB (Red+Green+Blue) = 252+190+173=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEAD is #034152. Grayscale: #CECECE. Windows color (decimal): -213331 or 11386620. OLE color: 11386620.

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

Color convert

RGB 252 190 173 -
CMYK 0 0.25 0.31 0.01
HSL 12.91º 0.93% 0.83% -
HSV(B) 12.91º 0.31% 0.99% -
XYZ 66.1 60.54 47.74 -
YUV 206.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 252 190 173 0 0.25 0.31 0.01 12.91 0.93 0.83
Hex FC BE AD 0 19 1F 1 D 5D 53
Octal 374 276 255 0 31 37 1 15 135 123
Binary 11111100 10111110 10101101 0 11001 11111 1 1101 1011101 1010011

Color Harmonies of #FCBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEAD

Black with #FCBEAD

Text Example


Text Example

White with #FCBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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