Html Css Color HEX #FDD1AF Apricot

📋 copy color: '#FDD1AF'

red 253 ◦ green 209 ◦ blue 175

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

Shades of Apricot #FDD1AF

Tints of Apricot #FDD1AF

RGB

 RED value IS 253 (99.22% from 255) = 39.72%

 GREEN value IS 209 (82.03% from 255) = 32.81%

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

R = 39.72%
G = 32.81%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDD1AF (or 0xFDD1AF) is known color: Apricot. HEX triplet: FD, D1 and AF. RGB value is (253,209,175). Sum of RGB (Red+Green+Blue) = 253+209+175=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD1AF is #022E50. Grayscale: #DADADA. Windows color (decimal): -142929 or 11522557. OLE color: 11522557.

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

Color convert

RGB 253 209 175 -
CMYK 0 0.17 0.31 0.01
HSL 26.15º 0.95% 0.84% -
HSV(B) 26.15º 0.31% 0.99% -
XYZ 71.05 69.58 50.24 -
YUV 218.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 253 209 175 0 0.17 0.31 0.01 26.15 0.95 0.84
Hex FD D1 AF 0 11 1F 1 1A 5F 54
Octal 375 321 257 0 21 37 1 32 137 124
Binary 11111101 11010001 10101111 0 10001 11111 1 11010 1011111 1010100

Color Harmonies of #FDD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1AF

Black with #FDD1AF

Text Example


Text Example

White with #FDD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1AF; }

 p { color: rgb(253,209,175); }

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

background-color css

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

 a { background-color: rgb(253,209,175); }

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

border-color css

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

 span { border-color: rgb(253,209,175); }

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