Html Css Color HEX #FAC8AF Apricot

📋 copy color: '#FAC8AF'

red 250 ◦ green 200 ◦ blue 175

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

Shades of Apricot #FAC8AF

Tints of Apricot #FAC8AF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32%

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

R = 40%
G = 32%
B = 28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAC8AF (or 0xFAC8AF) is known color: Apricot. HEX triplet: FA, C8 and AF. RGB value is (250,200,175). Sum of RGB (Red+Green+Blue) = 250+200+175=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8AF is #053750. Grayscale: #D4D4D4. Windows color (decimal): -341841 or 11520250. OLE color: 11520250.

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

Color convert

RGB 250 200 175 -
CMYK 0 0.2 0.3 0.02
HSL 20º 0.88% 0.83% -
HSV(B) 20º 0.3% 0.98% -
XYZ 67.82 64.73 49.48 -
YUV 212.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 250 200 175 0 0.2 0.3 0.02 20 0.88 0.83
Hex FA C8 AF 0 14 1E 2 14 58 53
Octal 372 310 257 0 24 36 2 24 130 123
Binary 11111010 11001000 10101111 0 10100 11110 10 10100 1011000 1010011

Color Harmonies of #FAC8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8AF

Black with #FAC8AF

Text Example


Text Example

White with #FAC8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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