Html Css Color HEX #FAC1B1 Melon

📋 copy color: '#FAC1B1'

red 250 ◦ green 193 ◦ blue 177

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

Shades of Melon #FAC1B1

Tints of Melon #FAC1B1

RGB

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

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

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

R = 40.32%
G = 31.13%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAC1B1 (or 0xFAC1B1) is known color: Melon. HEX triplet: FA, C1 and B1. RGB value is (250,193,177). Sum of RGB (Red+Green+Blue) = 250+193+177=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1B1 is #053E4E. Grayscale: #D0D0D0. Windows color (decimal): -343631 or 11649530. OLE color: 11649530.

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

Color convert

RGB 250 193 177 -
CMYK 0 0.23 0.29 0.02
HSL 13.15º 0.88% 0.84% -
HSV(B) 13.15º 0.29% 0.98% -
XYZ 66.43 61.64 49.99 -
YUV 208.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 250 193 177 0 0.23 0.29 0.02 13.15 0.88 0.84
Hex FA C1 B1 0 17 1D 2 D 58 54
Octal 372 301 261 0 27 35 2 15 130 124
Binary 11111010 11000001 10110001 0 10111 11101 10 1101 1011000 1010100

Color Harmonies of #FAC1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC1B1

Black with #FAC1B1

Text Example


Text Example

White with #FAC1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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