Html Css Color HEX #FBC3B2 Melon

📋 copy color: '#FBC3B2'

red 251 ◦ green 195 ◦ blue 178

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

Shades of Melon #FBC3B2

Tints of Melon #FBC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.25%

 BLUE value IS 178 (69.92% from 255) = 28.53%

R = 40.22%
G = 31.25%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBC3B2 (or 0xFBC3B2) is known color: Melon. HEX triplet: FB, C3 and B2. RGB value is (251,195,178). Sum of RGB (Red+Green+Blue) = 251+195+178=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3B2 is #043C4D. Grayscale: #D1D1D1. Windows color (decimal): -277582 or 11715579. OLE color: 11715579.

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

Color convert

RGB 251 195 178 -
CMYK 0 0.22 0.29 0.02
HSL 13.97º 0.9% 0.84% -
HSV(B) 13.97º 0.29% 0.98% -
XYZ 67.33 62.75 50.68 -
YUV 209.81 110.05 157.38 -
System Red Green Blue C M Y K H S L
Decimal 251 195 178 0 0.22 0.29 0.02 13.97 0.9 0.84
Hex FB C3 B2 0 16 1D 2 E 5A 54
Octal 373 303 262 0 26 35 2 16 132 124
Binary 11111011 11000011 10110010 0 10110 11101 10 1110 1011010 1010100

Color Harmonies of #FBC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3B2

Black with #FBC3B2

Text Example


Text Example

White with #FBC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3B2; }

 p { color: rgb(251,195,178); }

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

background-color css

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

 a { background-color: rgb(251,195,178); }

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

border-color css

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

 span { border-color: rgb(251,195,178); }

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