Html Css Color HEX #FCC5A6 Peach

📋 copy color: '#FCC5A6'

red 252 ◦ green 197 ◦ blue 166

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

Shades of Peach #FCC5A6

Tints of Peach #FCC5A6

RGB

 RED value IS 252 (98.83% from 255) = 40.98%

 GREEN value IS 197 (77.34% from 255) = 32.03%

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

R = 40.98%
G = 32.03%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCC5A6 (or 0xFCC5A6) is known color: Peach. HEX triplet: FC, C5 and A6. RGB value is (252,197,166). Sum of RGB (Red+Green+Blue) = 252+197+166=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5A6 is #033A59. Grayscale: #D2D2D2. Windows color (decimal): -211546 or 10929660. OLE color: 10929660.

HSL color Cylindrical-coordinate representation of color #FCC5A6: hue angle of 21.63º degrees, saturation: 0.93, 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 #FCC5A6 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 166 -
CMYK 0 0.22 0.34 0.01
HSL 21.63º 0.93% 0.82% -
HSV(B) 21.63º 0.34% 0.99% -
XYZ 66.99 63.38 44.78 -
YUV 209.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 252 197 166 0 0.22 0.34 0.01 21.63 0.93 0.82
Hex FC C5 A6 0 16 22 1 16 5D 52
Octal 374 305 246 0 26 42 1 26 135 122
Binary 11111100 11000101 10100110 0 10110 100010 1 10110 1011101 1010010

Color Harmonies of #FCC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5A6

Black with #FCC5A6

Text Example


Text Example

White with #FCC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5A6; }

 p { color: rgb(252,197,166); }

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

background-color css

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

 a { background-color: rgb(252,197,166); }

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

border-color css

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

 span { border-color: rgb(252,197,166); }

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