Html Css Color HEX #FBB6A5 Melon

📋 copy color: '#FBB6A5'

red 251 ◦ green 182 ◦ blue 165

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

Shades of Melon #FBB6A5

Tints of Melon #FBB6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.43%

 BLUE value IS 165 (64.84% from 255) = 27.59%

R = 41.97%
G = 30.43%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBB6A5 (or 0xFBB6A5) is known color: Melon. HEX triplet: FB, B6 and A5. RGB value is (251,182,165). Sum of RGB (Red+Green+Blue) = 251+182+165=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6A5 is #04495A. Grayscale: #C8C8C8. Windows color (decimal): -280923 or 10860283. OLE color: 10860283.

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

Color convert

RGB 251 182 165 -
CMYK 0 0.27 0.34 0.02
HSL 11.86º 0.91% 0.82% -
HSV(B) 11.86º 0.34% 0.98% -
XYZ 63.3 56.68 43.2 -
YUV 200.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 251 182 165 0 0.27 0.34 0.02 11.86 0.91 0.82
Hex FB B6 A5 0 1B 22 2 C 5B 52
Octal 373 266 245 0 33 42 2 14 133 122
Binary 11111011 10110110 10100101 0 11011 100010 10 1100 1011011 1010010

Color Harmonies of #FBB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6A5

Black with #FBB6A5

Text Example


Text Example

White with #FBB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6A5; }

 p { color: rgb(251,182,165); }

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

background-color css

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

 a { background-color: rgb(251,182,165); }

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

border-color css

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

 span { border-color: rgb(251,182,165); }

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