Html Css Color HEX #FAC5AF Apricot

📋 copy color: '#FAC5AF'

red 250 ◦ green 197 ◦ blue 175

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

Shades of Apricot #FAC5AF

Tints of Apricot #FAC5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

 BLUE value IS 175 (68.75% from 255) = 28.14%

R = 40.19%
G = 31.67%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAC5AF (or 0xFAC5AF) is known color: Apricot. HEX triplet: FA, C5 and AF. RGB value is (250,197,175). Sum of RGB (Red+Green+Blue) = 250+197+175=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5AF is #053A50. Grayscale: #D2D2D2. Windows color (decimal): -342609 or 11519482. OLE color: 11519482.

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

Color convert

RGB 250 197 175 -
CMYK 0 0.21 0.3 0.02
HSL 17.6º 0.88% 0.83% -
HSV(B) 17.6º 0.3% 0.98% -
XYZ 67.13 63.35 49.25 -
YUV 210.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 250 197 175 0 0.21 0.3 0.02 17.6 0.88 0.83
Hex FA C5 AF 0 15 1E 2 12 58 53
Octal 372 305 257 0 25 36 2 22 130 123
Binary 11111010 11000101 10101111 0 10101 11110 10 10010 1011000 1010011

Color Harmonies of #FAC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5AF

Black with #FAC5AF

Text Example


Text Example

White with #FAC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5AF; }

 p { color: rgb(250,197,175); }

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

background-color css

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

 a { background-color: rgb(250,197,175); }

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

border-color css

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

 span { border-color: rgb(250,197,175); }

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