Html Css Color HEX #FEBCAA Melon

📋 copy color: '#FEBCAA'

red 254 ◦ green 188 ◦ blue 170

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

Shades of Melon #FEBCAA

Tints of Melon #FEBCAA

RGB

 RED value IS 254 (99.61% from 255) = 41.5%

 GREEN value IS 188 (73.83% from 255) = 30.72%

 BLUE value IS 170 (66.8% from 255) = 27.78%

R = 41.5%
G = 30.72%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEBCAA (or 0xFEBCAA) is known color: Melon. HEX triplet: FE, BC and AA. RGB value is (254,188,170). Sum of RGB (Red+Green+Blue) = 254+188+170=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCAA is #014355. Grayscale: #CDCDCD. Windows color (decimal): -82774 or 11189502. OLE color: 11189502.

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

Color convert

RGB 254 188 170 -
CMYK 0 0.26 0.33 0.00
HSL 12.86º 0.98% 0.83% -
HSV(B) 12.86º 0.33% 1% -
XYZ 66.11 59.94 46.12 -
YUV 205.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 254 188 170 0 0.26 0.33 0.00 12.86 0.98 0.83
Hex FE BC AA 0 1A 21 0 D 62 53
Octal 376 274 252 0 32 41 0 15 142 123
Binary 11111110 10111100 10101010 0 11010 100001 0 1101 1100010 1010011

Color Harmonies of #FEBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCAA

Black with #FEBCAA

Text Example


Text Example

White with #FEBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCAA; }

 p { color: rgb(254,188,170); }

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

background-color css

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

 a { background-color: rgb(254,188,170); }

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

border-color css

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

 span { border-color: rgb(254,188,170); }

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