Html Css Color HEX #FDC7AD Apricot

📋 copy color: '#FDC7AD'

red 253 ◦ green 199 ◦ blue 173

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

Shades of Apricot #FDC7AD

Tints of Apricot #FDC7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.68%

R = 40.48%
G = 31.84%
B = 27.68%

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

#FDC7AD (or 0xFDC7AD) is known color: Apricot. HEX triplet: FD, C7 and AD. RGB value is (253,199,173). Sum of RGB (Red+Green+Blue) = 253+199+173=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7AD is #023852. Grayscale: #D4D4D4. Windows color (decimal): -145491 or 11388925. OLE color: 11388925.

HSL color Cylindrical-coordinate representation of color #FDC7AD: hue angle of 19.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDC7AD is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 173 -
CMYK 0 0.21 0.32 0.01
HSL 19.5º 0.95% 0.84% -
HSV(B) 19.5º 0.32% 0.99% -
XYZ 68.47 64.75 48.42 -
YUV 212.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 253 199 173 0 0.21 0.32 0.01 19.5 0.95 0.84
Hex FD C7 AD 0 15 20 1 14 5F 54
Octal 375 307 255 0 25 40 1 24 137 124
Binary 11111101 11000111 10101101 0 10101 100000 1 10100 1011111 1010100

Color Harmonies of #FDC7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7AD

Black with #FDC7AD

Text Example


Text Example

White with #FDC7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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