Html Css Color HEX #FDD2AF Apricot

📋 copy color: '#FDD2AF'

red 253 ◦ green 210 ◦ blue 175

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

Shades of Apricot #FDD2AF

Tints of Apricot #FDD2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.92%

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

R = 39.66%
G = 32.92%
B = 27.43%

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

#FDD2AF (or 0xFDD2AF) is known color: Apricot. HEX triplet: FD, D2 and AF. RGB value is (253,210,175). Sum of RGB (Red+Green+Blue) = 253+210+175=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD2AF is #022D50. Grayscale: #DBDBDB. Windows color (decimal): -142673 or 11522813. OLE color: 11522813.

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

Color convert

RGB 253 210 175 -
CMYK 0 0.17 0.31 0.01
HSL 26.92º 0.95% 0.84% -
HSV(B) 26.92º 0.31% 0.99% -
XYZ 71.29 70.07 50.32 -
YUV 218.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 253 210 175 0 0.17 0.31 0.01 26.92 0.95 0.84
Hex FD D2 AF 0 11 1F 1 1B 5F 54
Octal 375 322 257 0 21 37 1 33 137 124
Binary 11111101 11010010 10101111 0 10001 11111 1 11011 1011111 1010100

Color Harmonies of #FDD2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2AF

Black with #FDD2AF

Text Example


Text Example

White with #FDD2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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