Html Css Color HEX #FBBAAE Melon

📋 copy color: '#FBBAAE'

red 251 ◦ green 186 ◦ blue 174

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

Shades of Melon #FBBAAE

Tints of Melon #FBBAAE

RGB

 RED value IS 251 (98.44% from 255) = 41.08%

 GREEN value IS 186 (73.05% from 255) = 30.44%

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 41.08%
G = 30.44%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBBAAE (or 0xFBBAAE) is known color: Melon. HEX triplet: FB, BA and AE. RGB value is (251,186,174). Sum of RGB (Red+Green+Blue) = 251+186+174=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAE is #044551. Grayscale: #CCCCCC. Windows color (decimal): -279890 or 11451131. OLE color: 11451131.

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

Color convert

RGB 251 186 174 -
CMYK 0 0.26 0.31 0.02
HSL 9.35º 0.91% 0.83% -
HSV(B) 9.35º 0.31% 0.98% -
XYZ 64.98 58.68 47.95 -
YUV 204.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 251 186 174 0 0.26 0.31 0.02 9.35 0.91 0.83
Hex FB BA AE 0 1A 1F 2 9 5B 53
Octal 373 272 256 0 32 37 2 11 133 123
Binary 11111011 10111010 10101110 0 11010 11111 10 1001 1011011 1010011

Color Harmonies of #FBBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAAE

Black with #FBBAAE

Text Example


Text Example

White with #FBBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAAE; }

 p { color: rgb(251,186,174); }

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

background-color css

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

 a { background-color: rgb(251,186,174); }

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

border-color css

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

 span { border-color: rgb(251,186,174); }

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