Html Css Color HEX #FAC9B0 Apricot

📋 copy color: '#FAC9B0'

red 250 ◦ green 201 ◦ blue 176

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

Shades of Apricot #FAC9B0

Tints of Apricot #FAC9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.07%

R = 39.87%
G = 32.06%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAC9B0 (or 0xFAC9B0) is known color: Apricot. HEX triplet: FA, C9 and B0. RGB value is (250,201,176). Sum of RGB (Red+Green+Blue) = 250+201+176=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC9B0 is #05364F. Grayscale: #D4D4D4. Windows color (decimal): -341584 or 11586042. OLE color: 11586042.

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

Color convert

RGB 250 201 176 -
CMYK 0 0.20 0.30 0.02
HSL 20.27º 0.88% 0.84% -
HSV(B) 20.27º 0.3% 0.98% -
XYZ 68.15 65.23 50.07 -
YUV 212.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 250 201 176 0 0.20 0.30 0.02 20.27 0.88 0.84
Hex FA C9 B0 0 14 1E 2 14 58 54
Octal 372 311 260 0 24 36 2 24 130 124
Binary 11111010 11001001 10110000 0 10100 11110 10 10100 1011000 1010100

Color Harmonies of #FAC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9B0

Black with #FAC9B0

Text Example


Text Example

White with #FAC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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