Html Css Color HEX #FCC9AC Apricot

📋 copy color: '#FCC9AC'

red 252 ◦ green 201 ◦ blue 172

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

Shades of Apricot #FCC9AC

Tints of Apricot #FCC9AC

RGB

 RED value IS 252 (98.83% from 255) = 40.32%

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

 BLUE value IS 172 (67.58% from 255) = 27.52%

R = 40.32%
G = 32.16%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCC9AC (or 0xFCC9AC) is known color: Apricot. HEX triplet: FC, C9 and AC. RGB value is (252,201,172). Sum of RGB (Red+Green+Blue) = 252+201+172=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AC is #033653. Grayscale: #D5D5D5. Windows color (decimal): -210516 or 11323900. OLE color: 11323900.

HSL color Cylindrical-coordinate representation of color #FCC9AC: hue angle of 21.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCC9AC is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 172 -
CMYK 0 0.20 0.32 0.01
HSL 21.75º 0.93% 0.83% -
HSV(B) 21.75º 0.32% 0.99% -
XYZ 68.48 65.45 48.05 -
YUV 212.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 252 201 172 0 0.20 0.32 0.01 21.75 0.93 0.83
Hex FC C9 AC 0 14 20 1 16 5D 53
Octal 374 311 254 0 24 40 1 26 135 123
Binary 11111100 11001001 10101100 0 10100 100000 1 10110 1011101 1010011

Color Harmonies of #FCC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9AC

Black with #FCC9AC

Text Example


Text Example

White with #FCC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9AC; }

 p { color: rgb(252,201,172); }

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

background-color css

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

 a { background-color: rgb(252,201,172); }

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

border-color css

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

 span { border-color: rgb(252,201,172); }

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