Html Css Color HEX #FAC4AF Apricot

📋 copy color: '#FAC4AF'

red 250 ◦ green 196 ◦ blue 175

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

Shades of Apricot #FAC4AF

Tints of Apricot #FAC4AF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

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

R = 40.26%
G = 31.56%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAC4AF (or 0xFAC4AF) is known color: Apricot. HEX triplet: FA, C4 and AF. RGB value is (250,196,175). Sum of RGB (Red+Green+Blue) = 250+196+175=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4AF is #053B50. Grayscale: #D1D1D1. Windows color (decimal): -342865 or 11519226. OLE color: 11519226.

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

Color convert

RGB 250 196 175 -
CMYK 0 0.22 0.3 0.02
HSL 16.8º 0.88% 0.83% -
HSV(B) 16.8º 0.3% 0.98% -
XYZ 66.9 62.9 49.17 -
YUV 209.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 250 196 175 0 0.22 0.3 0.02 16.8 0.88 0.83
Hex FA C4 AF 0 16 1E 2 11 58 53
Octal 372 304 257 0 26 36 2 21 130 123
Binary 11111010 11000100 10101111 0 10110 11110 10 10001 1011000 1010011

Color Harmonies of #FAC4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4AF

Black with #FAC4AF

Text Example


Text Example

White with #FAC4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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