Html Css Color HEX #FDC5AC Apricot

📋 copy color: '#FDC5AC'

red 253 ◦ green 197 ◦ blue 172

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

Shades of Apricot #FDC5AC

Tints of Apricot #FDC5AC

RGB

 RED value IS 253 (99.22% from 255) = 40.68%

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

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

R = 40.68%
G = 31.67%
B = 27.65%

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

#FDC5AC (or 0xFDC5AC) is known color: Apricot. HEX triplet: FD, C5 and AC. RGB value is (253,197,172). Sum of RGB (Red+Green+Blue) = 253+197+172=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5AC is #023A53. Grayscale: #D3D3D3. Windows color (decimal): -146004 or 11322877. OLE color: 11322877.

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

Color convert

RGB 253 197 172 -
CMYK 0 0.22 0.32 0.01
HSL 18.52º 0.95% 0.83% -
HSV(B) 18.52º 0.32% 0.99% -
XYZ 67.92 63.79 47.76 -
YUV 210.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 253 197 172 0 0.22 0.32 0.01 18.52 0.95 0.83
Hex FD C5 AC 0 16 20 1 13 5F 53
Octal 375 305 254 0 26 40 1 23 137 123
Binary 11111101 11000101 10101100 0 10110 100000 1 10011 1011111 1010011

Color Harmonies of #FDC5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5AC

Black with #FDC5AC

Text Example


Text Example

White with #FDC5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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