Html Css Color HEX #FBBEAF Melon

📋 copy color: '#FBBEAF'

red 251 ◦ green 190 ◦ blue 175

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

Shades of Melon #FBBEAF

Tints of Melon #FBBEAF

RGB

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

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

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

R = 40.75%
G = 30.84%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBBEAF (or 0xFBBEAF) is known color: Melon. HEX triplet: FB, BE and AF. RGB value is (251,190,175). Sum of RGB (Red+Green+Blue) = 251+190+175=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBEAF is #044150. Grayscale: #CECECE. Windows color (decimal): -278865 or 11517691. OLE color: 11517691.

HSL color Cylindrical-coordinate representation of color #FBBEAF: hue angle of 11.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBBEAF is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 190 175 -
CMYK 0 0.24 0.30 0.02
HSL 11.84º 0.9% 0.84% -
HSV(B) 11.84º 0.3% 0.98% -
XYZ 65.93 60.43 48.75 -
YUV 206.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 251 190 175 0 0.24 0.30 0.02 11.84 0.9 0.84
Hex FB BE AF 0 18 1E 2 C 5A 54
Octal 373 276 257 0 30 36 2 14 132 124
Binary 11111011 10111110 10101111 0 11000 11110 10 1100 1011010 1010100

Color Harmonies of #FBBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBEAF

Black with #FBBEAF

Text Example


Text Example

White with #FBBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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