Html Css Color HEX #FCC6AB Apricot

📋 copy color: '#FCC6AB'

red 252 ◦ green 198 ◦ blue 171

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

Shades of Apricot #FCC6AB

Tints of Apricot #FCC6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.88%

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

R = 40.58%
G = 31.88%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCC6AB (or 0xFCC6AB) is known color: Apricot. HEX triplet: FC, C6 and AB. RGB value is (252,198,171). Sum of RGB (Red+Green+Blue) = 252+198+171=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6AB is #033954. Grayscale: #D3D3D3. Windows color (decimal): -211285 or 11257596. OLE color: 11257596.

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

Color convert

RGB 252 198 171 -
CMYK 0 0.21 0.32 0.01
HSL 20º 0.93% 0.83% -
HSV(B) 20º 0.32% 0.99% -
XYZ 67.69 64.02 47.32 -
YUV 211.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 252 198 171 0 0.21 0.32 0.01 20 0.93 0.83
Hex FC C6 AB 0 15 20 1 14 5D 53
Octal 374 306 253 0 25 40 1 24 135 123
Binary 11111100 11000110 10101011 0 10101 100000 1 10100 1011101 1010011

Color Harmonies of #FCC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6AB

Black with #FCC6AB

Text Example


Text Example

White with #FCC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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