Html Css Color HEX #FBC0AF Melon

📋 copy color: '#FBC0AF'

red 251 ◦ green 192 ◦ blue 175

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

Shades of Melon #FBC0AF

Tints of Melon #FBC0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.32%

R = 40.61%
G = 31.07%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBC0AF (or 0xFBC0AF) is known color: Melon. HEX triplet: FB, C0 and AF. RGB value is (251,192,175). Sum of RGB (Red+Green+Blue) = 251+192+175=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0AF is #043F50. Grayscale: #CFCFCF. Windows color (decimal): -278353 or 11518203. OLE color: 11518203.

HSL color Cylindrical-coordinate representation of color #FBC0AF: hue angle of 13.42º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBC0AF is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 175 -
CMYK 0 0.24 0.30 0.02
HSL 13.42º 0.9% 0.84% -
HSV(B) 13.42º 0.3% 0.98% -
XYZ 66.37 61.3 48.89 -
YUV 207.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 251 192 175 0 0.24 0.30 0.02 13.42 0.9 0.84
Hex FB C0 AF 0 18 1E 2 D 5A 54
Octal 373 300 257 0 30 36 2 15 132 124
Binary 11111011 11000000 10101111 0 11000 11110 10 1101 1011010 1010100

Color Harmonies of #FBC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0AF

Black with #FBC0AF

Text Example


Text Example

White with #FBC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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