Html Css Color HEX #FFD0AF Apricot

📋 copy color: '#FFD0AF'

red 255 ◦ green 208 ◦ blue 175

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

Shades of Apricot #FFD0AF

Tints of Apricot #FFD0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.43%

R = 39.97%
G = 32.6%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFD0AF (or 0xFFD0AF) is known color: Apricot. HEX triplet: FF, D0 and AF. RGB value is (255,208,175). Sum of RGB (Red+Green+Blue) = 255+208+175=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD0AF is #002F50. Grayscale: #DADADA. Windows color (decimal): -12113 or 11522303. OLE color: 11522303.

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

Color convert

RGB 255 208 175 -
CMYK 0 0.18 0.31 0
HSL 24.75º 1% 0.84% -
HSV(B) 24.75º 0.31% 1% -
XYZ 71.53 69.47 50.2 -
YUV 218.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 255 208 175 0 0.18 0.31 0 24.75 1 0.84
Hex FF D0 AF 0 12 1F 0 19 64 54
Octal 377 320 257 0 22 37 0 31 144 124
Binary 11111111 11010000 10101111 0 10010 11111 0 11001 1100100 1010100

Color Harmonies of #FFD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0AF

Black with #FFD0AF

Text Example


Text Example

White with #FFD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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