Html Css Color HEX #FDC9AC Apricot

📋 copy color: '#FDC9AC'

red 253 ◦ green 201 ◦ blue 172

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

Shades of Apricot #FDC9AC

Tints of Apricot #FDC9AC

RGB

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

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

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

R = 40.42%
G = 32.11%
B = 27.48%

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

#FDC9AC (or 0xFDC9AC) is known color: Apricot. HEX triplet: FD, C9 and AC. RGB value is (253,201,172). Sum of RGB (Red+Green+Blue) = 253+201+172=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AC is #023653. Grayscale: #D5D5D5. Windows color (decimal): -144980 or 11323901. OLE color: 11323901.

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

Color convert

RGB 253 201 172 -
CMYK 0 0.21 0.32 0.01
HSL 21.48º 0.95% 0.83% -
HSV(B) 21.48º 0.32% 0.99% -
XYZ 68.84 65.63 48.07 -
YUV 213.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 253 201 172 0 0.21 0.32 0.01 21.48 0.95 0.83
Hex FD C9 AC 0 15 20 1 15 5F 53
Octal 375 311 254 0 25 40 1 25 137 123
Binary 11111101 11001001 10101100 0 10101 100000 1 10101 1011111 1010011

Color Harmonies of #FDC9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9AC

Black with #FDC9AC

Text Example


Text Example

White with #FDC9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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