Html Css Color HEX #FEBEAF Melon

📋 copy color: '#FEBEAF'

red 254 ◦ green 190 ◦ blue 175

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

Shades of Melon #FEBEAF

Tints of Melon #FEBEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.27%

R = 41.03%
G = 30.69%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEBEAF (or 0xFEBEAF) is known color: Melon. HEX triplet: FE, BE and AF. RGB value is (254,190,175). Sum of RGB (Red+Green+Blue) = 254+190+175=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEAF is #014150. Grayscale: #CFCFCF. Windows color (decimal): -82257 or 11517694. OLE color: 11517694.

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

Color convert

RGB 254 190 175 -
CMYK 0 0.25 0.31 0.00
HSL 11.39º 0.98% 0.84% -
HSV(B) 11.39º 0.31% 1% -
XYZ 67.02 60.99 48.8 -
YUV 207.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 254 190 175 0 0.25 0.31 0.00 11.39 0.98 0.84
Hex FE BE AF 0 19 1F 0 B 62 54
Octal 376 276 257 0 31 37 0 13 142 124
Binary 11111110 10111110 10101111 0 11001 11111 0 1011 1100010 1010100

Color Harmonies of #FEBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEAF

Black with #FEBEAF

Text Example


Text Example

White with #FEBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEAF; }

 p { color: rgb(254,190,175); }

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

background-color css

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

 a { background-color: rgb(254,190,175); }

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

border-color css

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

 span { border-color: rgb(254,190,175); }

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