Html Css Color HEX #FFD3AF Apricot

📋 copy color: '#FFD3AF'

red 255 ◦ green 211 ◦ blue 175

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

Shades of Apricot #FFD3AF

Tints of Apricot #FFD3AF

RGB

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

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

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

R = 39.78%
G = 32.92%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFD3AF (or 0xFFD3AF) is known color: Apricot. HEX triplet: FF, D3 and AF. RGB value is (255,211,175). Sum of RGB (Red+Green+Blue) = 255+211+175=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3AF is #002C50. Grayscale: #DCDCDC. Windows color (decimal): -11345 or 11523071. OLE color: 11523071.

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

Color convert

RGB 255 211 175 -
CMYK 0 0.17 0.31 0
HSL 27º 1% 0.84% -
HSV(B) 27º 0.31% 1% -
XYZ 72.27 70.94 50.44 -
YUV 220.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 255 211 175 0 0.17 0.31 0 27 1 0.84
Hex FF D3 AF 0 11 1F 0 1B 64 54
Octal 377 323 257 0 21 37 0 33 144 124
Binary 11111111 11010011 10101111 0 10001 11111 0 11011 1100100 1010100

Color Harmonies of #FFD3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD3AF

Black with #FFD3AF

Text Example


Text Example

White with #FFD3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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