Html Css Color HEX #FAD3AD Apricot

📋 copy color: '#FAD3AD'

red 250 ◦ green 211 ◦ blue 173

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

Shades of Apricot #FAD3AD

Tints of Apricot #FAD3AD

RGB

 RED value IS 250 (98.05% from 255) = 39.43%

 GREEN value IS 211 (82.81% from 255) = 33.28%

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

R = 39.43%
G = 33.28%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAD3AD (or 0xFAD3AD) is known color: Apricot. HEX triplet: FA, D3 and AD. RGB value is (250,211,173). Sum of RGB (Red+Green+Blue) = 250+211+173=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD3AD is #052C52. Grayscale: #DADADA. Windows color (decimal): -339027 or 11391994. OLE color: 11391994.

HSL color Cylindrical-coordinate representation of color #FAD3AD: hue angle of 29.61º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAD3AD is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 173 -
CMYK 0 0.16 0.31 0.02
HSL 29.61º 0.89% 0.83% -
HSV(B) 29.61º 0.31% 0.98% -
XYZ 70.26 69.93 49.33 -
YUV 218.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 250 211 173 0 0.16 0.31 0.02 29.61 0.89 0.83
Hex FA D3 AD 0 10 1F 2 1E 59 53
Octal 372 323 255 0 20 37 2 36 131 123
Binary 11111010 11010011 10101101 0 10000 11111 10 11110 1011001 1010011

Color Harmonies of #FAD3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3AD

Black with #FAD3AD

Text Example


Text Example

White with #FAD3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3AD; }

 p { color: rgb(250,211,173); }

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

background-color css

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

 a { background-color: rgb(250,211,173); }

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

border-color css

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

 span { border-color: rgb(250,211,173); }

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