Html Css Color HEX #FBB6A4 Melon

📋 copy color: '#FBB6A4'

red 251 ◦ green 182 ◦ blue 164

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

Shades of Melon #FBB6A4

Tints of Melon #FBB6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.47%

R = 42.04%
G = 30.49%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBB6A4 (or 0xFBB6A4) is known color: Melon. HEX triplet: FB, B6 and A4. RGB value is (251,182,164). Sum of RGB (Red+Green+Blue) = 251+182+164=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6A4 is #04495B. Grayscale: #C8C8C8. Windows color (decimal): -280924 or 10794747. OLE color: 10794747.

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

Color convert

RGB 251 182 164 -
CMYK 0 0.27 0.35 0.02
HSL 12.41º 0.92% 0.81% -
HSV(B) 12.41º 0.35% 0.98% -
XYZ 63.21 56.65 42.72 -
YUV 200.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 251 182 164 0 0.27 0.35 0.02 12.41 0.92 0.81
Hex FB B6 A4 0 1B 23 2 C 5C 51
Octal 373 266 244 0 33 43 2 14 134 121
Binary 11111011 10110110 10100100 0 11011 100011 10 1100 1011100 1010001

Color Harmonies of #FBB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB6A4

Black with #FBB6A4

Text Example


Text Example

White with #FBB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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