Html Css Color HEX #FFC5A6 Peach

📋 copy color: '#FFC5A6'

red 255 ◦ green 197 ◦ blue 166

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

Shades of Peach #FFC5A6

Tints of Peach #FFC5A6

RGB

 RED value IS 255 (100% from 255) = 41.26%

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

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

R = 41.26%
G = 31.88%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFC5A6 (or 0xFFC5A6) is known color: Peach. HEX triplet: FF, C5 and A6. RGB value is (255,197,166). Sum of RGB (Red+Green+Blue) = 255+197+166=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5A6 is #003A59. Grayscale: #D2D2D2. Windows color (decimal): -14938 or 10929663. OLE color: 10929663.

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

Color convert

RGB 255 197 166 -
CMYK 0 0.23 0.35 0
HSL 20.9º 1% 0.83% -
HSV(B) 20.9º 0.35% 1% -
XYZ 68.09 63.95 44.83 -
YUV 210.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 255 197 166 0 0.23 0.35 0 20.9 1 0.83
Hex FF C5 A6 0 17 23 0 15 64 53
Octal 377 305 246 0 27 43 0 25 144 123
Binary 11111111 11000101 10100110 0 10111 100011 0 10101 1100100 1010011

Color Harmonies of #FFC5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5A6

Black with #FFC5A6

Text Example


Text Example

White with #FFC5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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