Html Css Color HEX #FDC7AC Apricot

📋 copy color: '#FDC7AC'

red 253 ◦ green 199 ◦ blue 172

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

Shades of Apricot #FDC7AC

Tints of Apricot #FDC7AC

RGB

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

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

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

R = 40.54%
G = 31.89%
B = 27.56%

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

#FDC7AC (or 0xFDC7AC) is known color: Apricot. HEX triplet: FD, C7 and AC. RGB value is (253,199,172). Sum of RGB (Red+Green+Blue) = 253+199+172=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7AC is #023853. Grayscale: #D4D4D4. Windows color (decimal): -145492 or 11323389. OLE color: 11323389.

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

Color convert

RGB 253 199 172 -
CMYK 0 0.21 0.32 0.01
HSL 20º 0.95% 0.83% -
HSV(B) 20º 0.32% 0.99% -
XYZ 68.38 64.71 47.92 -
YUV 212.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 253 199 172 0 0.21 0.32 0.01 20 0.95 0.83
Hex FD C7 AC 0 15 20 1 14 5F 53
Octal 375 307 254 0 25 40 1 24 137 123
Binary 11111101 11000111 10101100 0 10101 100000 1 10100 1011111 1010011

Color Harmonies of #FDC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7AC

Black with #FDC7AC

Text Example


Text Example

White with #FDC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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