Html Css Color HEX #FAD2AD Apricot

📋 copy color: '#FAD2AD'

red 250 ◦ green 210 ◦ blue 173

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

Shades of Apricot #FAD2AD

Tints of Apricot #FAD2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 39.49%
G = 33.18%
B = 27.33%

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

#FAD2AD (or 0xFAD2AD) is known color: Apricot. HEX triplet: FA, D2 and AD. RGB value is (250,210,173). Sum of RGB (Red+Green+Blue) = 250+210+173=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD2AD is #052D52. Grayscale: #D9D9D9. Windows color (decimal): -339283 or 11391738. OLE color: 11391738.

HSL color Cylindrical-coordinate representation of color #FAD2AD: hue angle of 28.83º 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 #FAD2AD is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 173 -
CMYK 0 0.16 0.31 0.02
HSL 28.83º 0.89% 0.83% -
HSV(B) 28.83º 0.31% 0.98% -
XYZ 70.01 69.43 49.25 -
YUV 217.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 250 210 173 0 0.16 0.31 0.02 28.83 0.89 0.83
Hex FA D2 AD 0 10 1F 2 1D 59 53
Octal 372 322 255 0 20 37 2 35 131 123
Binary 11111010 11010010 10101101 0 10000 11111 10 11101 1011001 1010011

Color Harmonies of #FAD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2AD

Black with #FAD2AD

Text Example


Text Example

White with #FAD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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