Html Css Color HEX #FDD4AF Apricot

📋 copy color: '#FDD4AF'

red 253 ◦ green 212 ◦ blue 175

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

Shades of Apricot #FDD4AF

Tints of Apricot #FDD4AF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

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

R = 39.53%
G = 33.13%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDD4AF (or 0xFDD4AF) is known color: Apricot. HEX triplet: FD, D4 and AF. RGB value is (253,212,175). Sum of RGB (Red+Green+Blue) = 253+212+175=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4AF is #022B50. Grayscale: #DCDCDC. Windows color (decimal): -142161 or 11523325. OLE color: 11523325.

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

Color convert

RGB 253 212 175 -
CMYK 0 0.16 0.31 0.01
HSL 28.46º 0.95% 0.84% -
HSV(B) 28.46º 0.31% 0.99% -
XYZ 71.79 71.06 50.49 -
YUV 220.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 253 212 175 0 0.16 0.31 0.01 28.46 0.95 0.84
Hex FD D4 AF 0 10 1F 1 1C 5F 54
Octal 375 324 257 0 20 37 1 34 137 124
Binary 11111101 11010100 10101111 0 10000 11111 1 11100 1011111 1010100

Color Harmonies of #FDD4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD4AF

Black with #FDD4AF

Text Example


Text Example

White with #FDD4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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