Html Css Color HEX #FDC7AF Apricot

📋 copy color: '#FDC7AF'

red 253 ◦ green 199 ◦ blue 175

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

Shades of Apricot #FDC7AF

Tints of Apricot #FDC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.74%

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

R = 40.35%
G = 31.74%
B = 27.91%

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

#FDC7AF (or 0xFDC7AF) is known color: Apricot. HEX triplet: FD, C7 and AF. RGB value is (253,199,175). Sum of RGB (Red+Green+Blue) = 253+199+175=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7AF is #023850. Grayscale: #D4D4D4. Windows color (decimal): -145489 or 11519997. OLE color: 11519997.

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

Color convert

RGB 253 199 175 -
CMYK 0 0.21 0.31 0.01
HSL 18.46º 0.95% 0.84% -
HSV(B) 18.46º 0.31% 0.99% -
XYZ 68.67 64.82 49.45 -
YUV 212.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 253 199 175 0 0.21 0.31 0.01 18.46 0.95 0.84
Hex FD C7 AF 0 15 1F 1 12 5F 54
Octal 375 307 257 0 25 37 1 22 137 124
Binary 11111101 11000111 10101111 0 10101 11111 1 10010 1011111 1010100

Color Harmonies of #FDC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC7AF

Black with #FDC7AF

Text Example


Text Example

White with #FDC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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