Html Css Color HEX #FDC8A6 Peach

📋 copy color: '#FDC8A6'

red 253 ◦ green 200 ◦ blue 166

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

Shades of Peach #FDC8A6

Tints of Peach #FDC8A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.82%

R = 40.87%
G = 32.31%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDC8A6 (or 0xFDC8A6) is known color: Peach. HEX triplet: FD, C8 and A6. RGB value is (253,200,166). Sum of RGB (Red+Green+Blue) = 253+200+166=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8A6 is #023759. Grayscale: #D4D4D4. Windows color (decimal): -145242 or 10930429. OLE color: 10930429.

HSL color Cylindrical-coordinate representation of color #FDC8A6: hue angle of 23.45º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC8A6 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 166 -
CMYK 0 0.21 0.34 0.01
HSL 23.45º 0.96% 0.82% -
HSV(B) 23.45º 0.34% 0.99% -
XYZ 68.05 64.94 45.03 -
YUV 211.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 253 200 166 0 0.21 0.34 0.01 23.45 0.96 0.82
Hex FD C8 A6 0 15 22 1 17 60 52
Octal 375 310 246 0 25 42 1 27 140 122
Binary 11111101 11001000 10100110 0 10101 100010 1 10111 1100000 1010010

Color Harmonies of #FDC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8A6

Black with #FDC8A6

Text Example


Text Example

White with #FDC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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