Html Css Color HEX #FDD0AF Apricot

📋 copy color: '#FDD0AF'

red 253 ◦ green 208 ◦ blue 175

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

Shades of Apricot #FDD0AF

Tints of Apricot #FDD0AF

RGB

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

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

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

R = 39.78%
G = 32.7%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDD0AF (or 0xFDD0AF) is known color: Apricot. HEX triplet: FD, D0 and AF. RGB value is (253,208,175). Sum of RGB (Red+Green+Blue) = 253+208+175=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD0AF is #022F50. Grayscale: #D9D9D9. Windows color (decimal): -143185 or 11522301. OLE color: 11522301.

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

Color convert

RGB 253 208 175 -
CMYK 0 0.18 0.31 0.01
HSL 25.38º 0.95% 0.84% -
HSV(B) 25.38º 0.31% 0.99% -
XYZ 70.8 69.09 50.16 -
YUV 217.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 253 208 175 0 0.18 0.31 0.01 25.38 0.95 0.84
Hex FD D0 AF 0 12 1F 1 19 5F 54
Octal 375 320 257 0 22 37 1 31 137 124
Binary 11111101 11010000 10101111 0 10010 11111 1 11001 1011111 1010100

Color Harmonies of #FDD0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0AF

Black with #FDD0AF

Text Example


Text Example

White with #FDD0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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