Html Css Color HEX #FBC1AA Melon

📋 copy color: '#FBC1AA'

red 251 ◦ green 193 ◦ blue 170

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

Shades of Melon #FBC1AA

Tints of Melon #FBC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.43%

 BLUE value IS 170 (66.8% from 255) = 27.69%

R = 40.88%
G = 31.43%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBC1AA (or 0xFBC1AA) is known color: Melon. HEX triplet: FB, C1 and AA. RGB value is (251,193,170). Sum of RGB (Red+Green+Blue) = 251+193+170=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC1AA is #043E55. Grayscale: #CFCFCF. Windows color (decimal): -278102 or 11190779. OLE color: 11190779.

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

Color convert

RGB 251 193 170 -
CMYK 0 0.23 0.32 0.02
HSL 17.04º 0.91% 0.83% -
HSV(B) 17.04º 0.32% 0.98% -
XYZ 66.11 61.55 46.43 -
YUV 207.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 251 193 170 0 0.23 0.32 0.02 17.04 0.91 0.83
Hex FB C1 AA 0 17 20 2 11 5B 53
Octal 373 301 252 0 27 40 2 21 133 123
Binary 11111011 11000001 10101010 0 10111 100000 10 10001 1011011 1010011

Color Harmonies of #FBC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1AA

Black with #FBC1AA

Text Example


Text Example

White with #FBC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1AA; }

 p { color: rgb(251,193,170); }

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

background-color css

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

 a { background-color: rgb(251,193,170); }

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

border-color css

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

 span { border-color: rgb(251,193,170); }

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