Html Css Color HEX #FDC3AA Peach

📋 copy color: '#FDC3AA'

red 253 ◦ green 195 ◦ blue 170

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

Shades of Peach #FDC3AA

Tints of Peach #FDC3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.55%

 BLUE value IS 170 (66.8% from 255) = 27.51%

R = 40.94%
G = 31.55%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDC3AA (or 0xFDC3AA) is known color: Peach. HEX triplet: FD, C3 and AA. RGB value is (253,195,170). Sum of RGB (Red+Green+Blue) = 253+195+170=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AA is #023C55. Grayscale: #D1D1D1. Windows color (decimal): -146518 or 11191293. OLE color: 11191293.

HSL color Cylindrical-coordinate representation of color #FDC3AA: hue angle of 18.07º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDC3AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 170 -
CMYK 0 0.23 0.33 0.01
HSL 18.07º 0.95% 0.83% -
HSV(B) 18.07º 0.33% 0.99% -
XYZ 67.28 62.82 46.61 -
YUV 209.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 253 195 170 0 0.23 0.33 0.01 18.07 0.95 0.83
Hex FD C3 AA 0 17 21 1 12 5F 53
Octal 375 303 252 0 27 41 1 22 137 123
Binary 11111101 11000011 10101010 0 10111 100001 1 10010 1011111 1010011

Color Harmonies of #FDC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC3AA

Black with #FDC3AA

Text Example


Text Example

White with #FDC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC3AA; }

 p { color: rgb(253,195,170); }

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

background-color css

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

 a { background-color: rgb(253,195,170); }

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

border-color css

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

 span { border-color: rgb(253,195,170); }

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