Html Css Color HEX #FBC0B1 Melon

📋 copy color: '#FBC0B1'

red 251 ◦ green 192 ◦ blue 177

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

Shades of Melon #FBC0B1

Tints of Melon #FBC0B1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.97%

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

R = 40.48%
G = 30.97%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBC0B1 (or 0xFBC0B1) is known color: Melon. HEX triplet: FB, C0 and B1. RGB value is (251,192,177). Sum of RGB (Red+Green+Blue) = 251+192+177=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0B1 is #043F4E. Grayscale: #D0D0D0. Windows color (decimal): -278351 or 11649275. OLE color: 11649275.

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

Color convert

RGB 251 192 177 -
CMYK 0 0.24 0.29 0.02
HSL 12.16º 0.9% 0.84% -
HSV(B) 12.16º 0.29% 0.98% -
XYZ 66.57 61.38 49.93 -
YUV 207.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 251 192 177 0 0.24 0.29 0.02 12.16 0.9 0.84
Hex FB C0 B1 0 18 1D 2 C 5A 54
Octal 373 300 261 0 30 35 2 14 132 124
Binary 11111011 11000000 10110001 0 11000 11101 10 1100 1011010 1010100

Color Harmonies of #FBC0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0B1

Black with #FBC0B1

Text Example


Text Example

White with #FBC0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0B1; }

 p { color: rgb(251,192,177); }

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

background-color css

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

 a { background-color: rgb(251,192,177); }

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

border-color css

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

 span { border-color: rgb(251,192,177); }

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