Html Css Color HEX #FDC8AE Apricot

📋 copy color: '#FDC8AE'

red 253 ◦ green 200 ◦ blue 174

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

Shades of Apricot #FDC8AE

Tints of Apricot #FDC8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

 BLUE value IS 174 (68.36% from 255) = 27.75%

R = 40.35%
G = 31.9%
B = 27.75%

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

#FDC8AE (or 0xFDC8AE) is known color: Apricot. HEX triplet: FD, C8 and AE. RGB value is (253,200,174). Sum of RGB (Red+Green+Blue) = 253+200+174=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8AE is #023751. Grayscale: #D5D5D5. Windows color (decimal): -145234 or 11454717. OLE color: 11454717.

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

Color convert

RGB 253 200 174 -
CMYK 0 0.21 0.31 0.01
HSL 19.75º 0.95% 0.84% -
HSV(B) 19.75º 0.31% 0.99% -
XYZ 68.8 65.25 49.01 -
YUV 212.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 253 200 174 0 0.21 0.31 0.01 19.75 0.95 0.84
Hex FD C8 AE 0 15 1F 1 14 5F 54
Octal 375 310 256 0 25 37 1 24 137 124
Binary 11111101 11001000 10101110 0 10101 11111 1 10100 1011111 1010100

Color Harmonies of #FDC8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8AE

Black with #FDC8AE

Text Example


Text Example

White with #FDC8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8AE; }

 p { color: rgb(253,200,174); }

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

background-color css

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

 a { background-color: rgb(253,200,174); }

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

border-color css

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

 span { border-color: rgb(253,200,174); }

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