Html Css Color HEX #FEBFAA Melon

📋 copy color: '#FEBFAA'

red 254 ◦ green 191 ◦ blue 170

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

Shades of Melon #FEBFAA

Tints of Melon #FEBFAA

RGB

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

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

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

R = 41.3%
G = 31.06%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEBFAA (or 0xFEBFAA) is known color: Melon. HEX triplet: FE, BF and AA. RGB value is (254,191,170). Sum of RGB (Red+Green+Blue) = 254+191+170=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBFAA is #014055. Grayscale: #CFCFCF. Windows color (decimal): -82006 or 11190270. OLE color: 11190270.

HSL color Cylindrical-coordinate representation of color #FEBFAA: hue angle of 15º 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 #FEBFAA is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 170 -
CMYK 0 0.25 0.33 0.00
HSL 15º 0.98% 0.83% -
HSV(B) 15º 0.33% 1% -
XYZ 66.76 61.23 46.33 -
YUV 207.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 254 191 170 0 0.25 0.33 0.00 15 0.98 0.83
Hex FE BF AA 0 19 21 0 F 62 53
Octal 376 277 252 0 31 41 0 17 142 123
Binary 11111110 10111111 10101010 0 11001 100001 0 1111 1100010 1010011

Color Harmonies of #FEBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFAA

Black with #FEBFAA

Text Example


Text Example

White with #FEBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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