Html Css Color HEX #FAC9B1 Apricot

📋 copy color: '#FAC9B1'

red 250 ◦ green 201 ◦ blue 177

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

Shades of Apricot #FAC9B1

Tints of Apricot #FAC9B1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.01%

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

R = 39.81%
G = 32.01%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAC9B1 (or 0xFAC9B1) is known color: Apricot. HEX triplet: FA, C9 and B1. RGB value is (250,201,177). Sum of RGB (Red+Green+Blue) = 250+201+177=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9B1 is #05364E. Grayscale: #D5D5D5. Windows color (decimal): -341583 or 11651578. OLE color: 11651578.

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

Color convert

RGB 250 201 177 -
CMYK 0 0.20 0.29 0.02
HSL 19.73º 0.88% 0.84% -
HSV(B) 19.73º 0.29% 0.98% -
XYZ 68.25 65.27 50.6 -
YUV 212.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 250 201 177 0 0.20 0.29 0.02 19.73 0.88 0.84
Hex FA C9 B1 0 14 1D 2 14 58 54
Octal 372 311 261 0 24 35 2 24 130 124
Binary 11111010 11001001 10110001 0 10100 11101 10 10100 1011000 1010100

Color Harmonies of #FAC9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9B1

Black with #FAC9B1

Text Example


Text Example

White with #FAC9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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