Html Css Color HEX #FDC4AC Apricot

📋 copy color: '#FDC4AC'

red 253 ◦ green 196 ◦ blue 172

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

Shades of Apricot #FDC4AC

Tints of Apricot #FDC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

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

R = 40.74%
G = 31.56%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDC4AC (or 0xFDC4AC) is known color: Apricot. HEX triplet: FD, C4 and AC. RGB value is (253,196,172). Sum of RGB (Red+Green+Blue) = 253+196+172=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AC is #023B53. Grayscale: #D2D2D2. Windows color (decimal): -146260 or 11322621. OLE color: 11322621.

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

Color convert

RGB 253 196 172 -
CMYK 0 0.23 0.32 0.01
HSL 17.78º 0.95% 0.83% -
HSV(B) 17.78º 0.32% 0.99% -
XYZ 67.69 63.34 47.69 -
YUV 210.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 253 196 172 0 0.23 0.32 0.01 17.78 0.95 0.83
Hex FD C4 AC 0 17 20 1 12 5F 53
Octal 375 304 254 0 27 40 1 22 137 123
Binary 11111101 11000100 10101100 0 10111 100000 1 10010 1011111 1010011

Color Harmonies of #FDC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4AC

Black with #FDC4AC

Text Example


Text Example

White with #FDC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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