Html Css Color HEX #FBC0B3 Melon

📋 copy color: '#FBC0B3'

red 251 ◦ green 192 ◦ blue 179

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

Shades of Melon #FBC0B3

Tints of Melon #FBC0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.78%

R = 40.35%
G = 30.87%
B = 28.78%

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

#FBC0B3 (or 0xFBC0B3) is known color: Melon. HEX triplet: FB, C0 and B3. RGB value is (251,192,179). Sum of RGB (Red+Green+Blue) = 251+192+179=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0B3 is #043F4C. Grayscale: #D0D0D0. Windows color (decimal): -278349 or 11780347. OLE color: 11780347.

HSL color Cylindrical-coordinate representation of color #FBC0B3: hue angle of 10.83º 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 #FBC0B3 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 179 -
CMYK 0 0.24 0.29 0.02
HSL 10.83º 0.9% 0.84% -
HSV(B) 10.83º 0.29% 0.98% -
XYZ 66.77 61.46 50.99 -
YUV 208.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 251 192 179 0 0.24 0.29 0.02 10.83 0.9 0.84
Hex FB C0 B3 0 18 1D 2 B 5A 54
Octal 373 300 263 0 30 35 2 13 132 124
Binary 11111011 11000000 10110011 0 11000 11101 10 1011 1011010 1010100

Color Harmonies of #FBC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0B3

Black with #FBC0B3

Text Example


Text Example

White with #FBC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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