Html Css Color HEX #FDC4AD Apricot

📋 copy color: '#FDC4AD'

red 253 ◦ green 196 ◦ blue 173

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

Shades of Apricot #FDC4AD

Tints of Apricot #FDC4AD

RGB

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

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

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

R = 40.68%
G = 31.51%
B = 27.81%

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

#FDC4AD (or 0xFDC4AD) is known color: Apricot. HEX triplet: FD, C4 and AD. RGB value is (253,196,173). Sum of RGB (Red+Green+Blue) = 253+196+173=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4AD is #023B52. Grayscale: #D2D2D2. Windows color (decimal): -146259 or 11388157. OLE color: 11388157.

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

Color convert

RGB 253 196 173 -
CMYK 0 0.23 0.32 0.01
HSL 17.25º 0.95% 0.84% -
HSV(B) 17.25º 0.32% 0.99% -
XYZ 67.79 63.38 48.2 -
YUV 210.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 253 196 173 0 0.23 0.32 0.01 17.25 0.95 0.84
Hex FD C4 AD 0 17 20 1 11 5F 54
Octal 375 304 255 0 27 40 1 21 137 124
Binary 11111101 11000100 10101101 0 10111 100000 1 10001 1011111 1010100

Color Harmonies of #FDC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4AD

Black with #FDC4AD

Text Example


Text Example

White with #FDC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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