Html Css Color HEX #FFD0AB Apricot

📋 copy color: '#FFD0AB'

red 255 ◦ green 208 ◦ blue 171

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

Shades of Apricot #FFD0AB

Tints of Apricot #FFD0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.97%

R = 40.22%
G = 32.81%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFD0AB (or 0xFFD0AB) is known color: Apricot. HEX triplet: FF, D0 and AB. RGB value is (255,208,171). Sum of RGB (Red+Green+Blue) = 255+208+171=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AB is #002F54. Grayscale: #DADADA. Windows color (decimal): -12117 or 11260159. OLE color: 11260159.

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

Color convert

RGB 255 208 171 -
CMYK 0 0.18 0.33 0
HSL 26.43º 1% 0.84% -
HSV(B) 26.43º 0.33% 1% -
XYZ 71.15 69.31 48.16 -
YUV 217.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 255 208 171 0 0.18 0.33 0 26.43 1 0.84
Hex FF D0 AB 0 12 21 0 1A 64 54
Octal 377 320 253 0 22 41 0 32 144 124
Binary 11111111 11010000 10101011 0 10010 100001 0 11010 1100100 1010100

Color Harmonies of #FFD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0AB

Black with #FFD0AB

Text Example


Text Example

White with #FFD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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