Html Css Color HEX #FFD0AD Apricot

📋 copy color: '#FFD0AD'

red 255 ◦ green 208 ◦ blue 173

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

Shades of Apricot #FFD0AD

Tints of Apricot #FFD0AD

RGB

 RED value IS 255 (100% from 255) = 40.09%

 GREEN value IS 208 (81.64% from 255) = 32.7%

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

R = 40.09%
G = 32.7%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFD0AD (or 0xFFD0AD) is known color: Apricot. HEX triplet: FF, D0 and AD. RGB value is (255,208,173). Sum of RGB (Red+Green+Blue) = 255+208+173=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AD is #002F52. Grayscale: #DADADA. Windows color (decimal): -12115 or 11391231. OLE color: 11391231.

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

Color convert

RGB 255 208 173 -
CMYK 0 0.18 0.32 0
HSL 25.61º 1% 0.84% -
HSV(B) 25.61º 0.32% 1% -
XYZ 71.34 69.39 49.17 -
YUV 218.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 255 208 173 0 0.18 0.32 0 25.61 1 0.84
Hex FF D0 AD 0 12 20 0 1A 64 54
Octal 377 320 255 0 22 40 0 32 144 124
Binary 11111111 11010000 10101101 0 10010 100000 0 11010 1100100 1010100

Color Harmonies of #FFD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0AD

Black with #FFD0AD

Text Example


Text Example

White with #FFD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0AD; }

 p { color: rgb(255,208,173); }

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

background-color css

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

 a { background-color: rgb(255,208,173); }

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

border-color css

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

 span { border-color: rgb(255,208,173); }

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