Html Css Color HEX #FBC2AF Melon

📋 copy color: '#FBC2AF'

red 251 ◦ green 194 ◦ blue 175

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

Shades of Melon #FBC2AF

Tints of Melon #FBC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

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

R = 40.48%
G = 31.29%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBC2AF (or 0xFBC2AF) is known color: Melon. HEX triplet: FB, C2 and AF. RGB value is (251,194,175). Sum of RGB (Red+Green+Blue) = 251+194+175=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2AF is #043D50. Grayscale: #D1D1D1. Windows color (decimal): -277841 or 11518715. OLE color: 11518715.

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

Color convert

RGB 251 194 175 -
CMYK 0 0.23 0.30 0.02
HSL 15º 0.9% 0.84% -
HSV(B) 15º 0.3% 0.98% -
XYZ 66.81 62.19 49.04 -
YUV 208.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 251 194 175 0 0.23 0.30 0.02 15 0.9 0.84
Hex FB C2 AF 0 17 1E 2 F 5A 54
Octal 373 302 257 0 27 36 2 17 132 124
Binary 11111011 11000010 10101111 0 10111 11110 10 1111 1011010 1010100

Color Harmonies of #FBC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2AF

Black with #FBC2AF

Text Example


Text Example

White with #FBC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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