Html Css Color HEX #FAC4B1 Melon

📋 copy color: '#FAC4B1'

red 250 ◦ green 196 ◦ blue 177

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

Shades of Melon #FAC4B1

Tints of Melon #FAC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.46%

 BLUE value IS 177 (69.53% from 255) = 28.41%

R = 40.13%
G = 31.46%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAC4B1 (or 0xFAC4B1) is known color: Melon. HEX triplet: FA, C4 and B1. RGB value is (250,196,177). Sum of RGB (Red+Green+Blue) = 250+196+177=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4B1 is #053B4E. Grayscale: #D2D2D2. Windows color (decimal): -342863 or 11650298. OLE color: 11650298.

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

Color convert

RGB 250 196 177 -
CMYK 0 0.22 0.29 0.02
HSL 15.62º 0.88% 0.84% -
HSV(B) 15.62º 0.29% 0.98% -
XYZ 67.1 62.98 50.21 -
YUV 209.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 250 196 177 0 0.22 0.29 0.02 15.62 0.88 0.84
Hex FA C4 B1 0 16 1D 2 10 58 54
Octal 372 304 261 0 26 35 2 20 130 124
Binary 11111010 11000100 10110001 0 10110 11101 10 10000 1011000 1010100

Color Harmonies of #FAC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4B1

Black with #FAC4B1

Text Example


Text Example

White with #FAC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4B1; }

 p { color: rgb(250,196,177); }

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

background-color css

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

 a { background-color: rgb(250,196,177); }

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

border-color css

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

 span { border-color: rgb(250,196,177); }

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