Html Css Color HEX #FCC7AB Apricot

📋 copy color: '#FCC7AB'

red 252 ◦ green 199 ◦ blue 171

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

Shades of Apricot #FCC7AB

Tints of Apricot #FCC7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.99%

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

R = 40.51%
G = 31.99%
B = 27.49%

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

#FCC7AB (or 0xFCC7AB) is known color: Apricot. HEX triplet: FC, C7 and AB. RGB value is (252,199,171). Sum of RGB (Red+Green+Blue) = 252+199+171=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7AB is #033854. Grayscale: #D3D3D3. Windows color (decimal): -211029 or 11257852. OLE color: 11257852.

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

Color convert

RGB 252 199 171 -
CMYK 0 0.21 0.32 0.01
HSL 20.74º 0.93% 0.83% -
HSV(B) 20.74º 0.32% 0.99% -
XYZ 67.92 64.48 47.39 -
YUV 211.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 252 199 171 0 0.21 0.32 0.01 20.74 0.93 0.83
Hex FC C7 AB 0 15 20 1 15 5D 53
Octal 374 307 253 0 25 40 1 25 135 123
Binary 11111100 11000111 10101011 0 10101 100000 1 10101 1011101 1010011

Color Harmonies of #FCC7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7AB

Black with #FCC7AB

Text Example


Text Example

White with #FCC7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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