Html Css Color HEX #FCC5AC Apricot

📋 copy color: '#FCC5AC'

red 252 ◦ green 197 ◦ blue 172

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

Shades of Apricot #FCC5AC

Tints of Apricot #FCC5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.72%

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

R = 40.58%
G = 31.72%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCC5AC (or 0xFCC5AC) is known color: Apricot. HEX triplet: FC, C5 and AC. RGB value is (252,197,172). Sum of RGB (Red+Green+Blue) = 252+197+172=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AC is #033A53. Grayscale: #D2D2D2. Windows color (decimal): -211540 or 11322876. OLE color: 11322876.

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

Color convert

RGB 252 197 172 -
CMYK 0 0.22 0.32 0.01
HSL 18.75º 0.93% 0.83% -
HSV(B) 18.75º 0.32% 0.99% -
XYZ 67.56 63.61 47.75 -
YUV 210.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 252 197 172 0 0.22 0.32 0.01 18.75 0.93 0.83
Hex FC C5 AC 0 16 20 1 13 5D 53
Octal 374 305 254 0 26 40 1 23 135 123
Binary 11111100 11000101 10101100 0 10110 100000 1 10011 1011101 1010011

Color Harmonies of #FCC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5AC

Black with #FCC5AC

Text Example


Text Example

White with #FCC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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