Html Css Color HEX #FAC9B5 Apricot

📋 copy color: '#FAC9B5'

red 250 ◦ green 201 ◦ blue 181

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

Shades of Apricot #FAC9B5

Tints of Apricot #FAC9B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.64%

R = 39.56%
G = 31.8%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAC9B5 (or 0xFAC9B5) is known color: Apricot. HEX triplet: FA, C9 and B5. RGB value is (250,201,181). Sum of RGB (Red+Green+Blue) = 250+201+181=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9B5 is #05364A. Grayscale: #D5D5D5. Windows color (decimal): -341579 or 11913722. OLE color: 11913722.

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

Color convert

RGB 250 201 181 -
CMYK 0 0.20 0.28 0.02
HSL 17.39º 0.87% 0.85% -
HSV(B) 17.39º 0.28% 0.98% -
XYZ 68.65 65.43 52.73 -
YUV 213.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 250 201 181 0 0.20 0.28 0.02 17.39 0.87 0.85
Hex FA C9 B5 0 14 1C 2 11 57 55
Octal 372 311 265 0 24 34 2 21 127 125
Binary 11111010 11001001 10110101 0 10100 11100 10 10001 1010111 1010101

Color Harmonies of #FAC9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9B5

Black with #FAC9B5

Text Example


Text Example

White with #FAC9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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