Html Css Color HEX #FAC0B4 Melon

📋 copy color: '#FAC0B4'

red 250 ◦ green 192 ◦ blue 180

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

Shades of Melon #FAC0B4

Tints of Melon #FAC0B4

RGB

 RED value IS 250 (98.05% from 255) = 40.19%

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

 BLUE value IS 180 (70.7% from 255) = 28.94%

R = 40.19%
G = 30.87%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAC0B4 (or 0xFAC0B4) is known color: Melon. HEX triplet: FA, C0 and B4. RGB value is (250,192,180). Sum of RGB (Red+Green+Blue) = 250+192+180=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B4 is #053F4B. Grayscale: #D0D0D0. Windows color (decimal): -343884 or 11845882. OLE color: 11845882.

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

Color convert

RGB 250 192 180 -
CMYK 0 0.23 0.28 0.02
HSL 10.29º 0.88% 0.84% -
HSV(B) 10.29º 0.28% 0.98% -
XYZ 66.51 61.32 51.51 -
YUV 207.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 250 192 180 0 0.23 0.28 0.02 10.29 0.88 0.84
Hex FA C0 B4 0 17 1C 2 A 58 54
Octal 372 300 264 0 27 34 2 12 130 124
Binary 11111010 11000000 10110100 0 10111 11100 10 1010 1011000 1010100

Color Harmonies of #FAC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0B4

Black with #FAC0B4

Text Example


Text Example

White with #FAC0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0B4; }

 p { color: rgb(250,192,180); }

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

background-color css

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

 a { background-color: rgb(250,192,180); }

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

border-color css

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

 span { border-color: rgb(250,192,180); }

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