Html Css Color HEX #FEBFB1 Melon

📋 copy color: '#FEBFB1'

red 254 ◦ green 191 ◦ blue 177

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

Shades of Melon #FEBFB1

Tints of Melon #FEBFB1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.71%

 BLUE value IS 177 (69.53% from 255) = 28.46%

R = 40.84%
G = 30.71%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEBFB1 (or 0xFEBFB1) is known color: Melon. HEX triplet: FE, BF and B1. RGB value is (254,191,177). Sum of RGB (Red+Green+Blue) = 254+191+177=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBFB1 is #01404E. Grayscale: #D0D0D0. Windows color (decimal): -81999 or 11649022. OLE color: 11649022.

HSL color Cylindrical-coordinate representation of color #FEBFB1: hue angle of 10.91º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEBFB1 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 177 -
CMYK 0 0.25 0.30 0.00
HSL 10.91º 0.97% 0.85% -
HSV(B) 10.91º 0.3% 1% -
XYZ 67.44 61.51 49.91 -
YUV 208.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 254 191 177 0 0.25 0.30 0.00 10.91 0.97 0.85
Hex FE BF B1 0 19 1E 0 B 61 55
Octal 376 277 261 0 31 36 0 13 141 125
Binary 11111110 10111111 10110001 0 11001 11110 0 1011 1100001 1010101

Color Harmonies of #FEBFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFB1

Black with #FEBFB1

Text Example


Text Example

White with #FEBFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFB1; }

 p { color: rgb(254,191,177); }

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

background-color css

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

 a { background-color: rgb(254,191,177); }

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

border-color css

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

 span { border-color: rgb(254,191,177); }

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