Html Css Color HEX #FEBFB4 Melon

📋 copy color: '#FEBFB4'

red 254 ◦ green 191 ◦ blue 180

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

Shades of Melon #FEBFB4

Tints of Melon #FEBFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.8%

R = 40.64%
G = 30.56%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEBFB4 (or 0xFEBFB4) is known color: Melon. HEX triplet: FE, BF and B4. RGB value is (254,191,180). Sum of RGB (Red+Green+Blue) = 254+191+180=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB4 is #01404B. Grayscale: #D0D0D0. Windows color (decimal): -81996 or 11845630. OLE color: 11845630.

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

Color convert

RGB 254 191 180 -
CMYK 0 0.25 0.29 0.00
HSL 8.92º 0.97% 0.85% -
HSV(B) 8.92º 0.29% 1% -
XYZ 67.74 61.63 51.5 -
YUV 208.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 254 191 180 0 0.25 0.29 0.00 8.92 0.97 0.85
Hex FE BF B4 0 19 1D 0 9 61 55
Octal 376 277 264 0 31 35 0 11 141 125
Binary 11111110 10111111 10110100 0 11001 11101 0 1001 1100001 1010101

Color Harmonies of #FEBFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFB4

Black with #FEBFB4

Text Example


Text Example

White with #FEBFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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