Html Css Color HEX #FCC9AB Apricot

📋 copy color: '#FCC9AB'

red 252 ◦ green 201 ◦ blue 171

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

Shades of Apricot #FCC9AB

Tints of Apricot #FCC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.4%

R = 40.38%
G = 32.21%
B = 27.4%

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

#FCC9AB (or 0xFCC9AB) is known color: Apricot. HEX triplet: FC, C9 and AB. RGB value is (252,201,171). Sum of RGB (Red+Green+Blue) = 252+201+171=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9AB is #033654. Grayscale: #D5D5D5. Windows color (decimal): -210517 or 11258364. OLE color: 11258364.

HSL color Cylindrical-coordinate representation of color #FCC9AB: hue angle of 22.22º 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 #FCC9AB is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 171 -
CMYK 0 0.20 0.32 0.01
HSL 22.22º 0.93% 0.83% -
HSV(B) 22.22º 0.32% 0.99% -
XYZ 68.38 65.41 47.55 -
YUV 212.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 252 201 171 0 0.20 0.32 0.01 22.22 0.93 0.83
Hex FC C9 AB 0 14 20 1 16 5D 53
Octal 374 311 253 0 24 40 1 26 135 123
Binary 11111100 11001001 10101011 0 10100 100000 1 10110 1011101 1010011

Color Harmonies of #FCC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9AB

Black with #FCC9AB

Text Example


Text Example

White with #FCC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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