Html Css Color HEX #FDC9AF Apricot

📋 copy color: '#FDC9AF'

red 253 ◦ green 201 ◦ blue 175

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

Shades of Apricot #FDC9AF

Tints of Apricot #FDC9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.96%

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

R = 40.22%
G = 31.96%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDC9AF (or 0xFDC9AF) is known color: Apricot. HEX triplet: FD, C9 and AF. RGB value is (253,201,175). Sum of RGB (Red+Green+Blue) = 253+201+175=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AF is #023650. Grayscale: #D5D5D5. Windows color (decimal): -144977 or 11520509. OLE color: 11520509.

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

Color convert

RGB 253 201 175 -
CMYK 0 0.21 0.31 0.01
HSL 20º 0.95% 0.84% -
HSV(B) 20º 0.31% 0.99% -
XYZ 69.13 65.75 49.61 -
YUV 213.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 253 201 175 0 0.21 0.31 0.01 20 0.95 0.84
Hex FD C9 AF 0 15 1F 1 14 5F 54
Octal 375 311 257 0 25 37 1 24 137 124
Binary 11111101 11001001 10101111 0 10101 11111 1 10100 1011111 1010100

Color Harmonies of #FDC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9AF

Black with #FDC9AF

Text Example


Text Example

White with #FDC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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