Html Css Color HEX #FFC6A6 Peach

📋 copy color: '#FFC6A6'

red 255 ◦ green 198 ◦ blue 166

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

Shades of Peach #FFC6A6

Tints of Peach #FFC6A6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.99%

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

R = 41.2%
G = 31.99%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFC6A6 (or 0xFFC6A6) is known color: Peach. HEX triplet: FF, C6 and A6. RGB value is (255,198,166). Sum of RGB (Red+Green+Blue) = 255+198+166=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A6 is #003959. Grayscale: #D3D3D3. Windows color (decimal): -14682 or 10929919. OLE color: 10929919.

HSL color Cylindrical-coordinate representation of color #FFC6A6: hue angle of 21.57º 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 #FFC6A6 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 166 -
CMYK 0 0.22 0.35 0
HSL 21.57º 1% 0.83% -
HSV(B) 21.57º 0.35% 1% -
XYZ 68.32 64.4 44.91 -
YUV 211.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 255 198 166 0 0.22 0.35 0 21.57 1 0.83
Hex FF C6 A6 0 16 23 0 16 64 53
Octal 377 306 246 0 26 43 0 26 144 123
Binary 11111111 11000110 10100110 0 10110 100011 0 10110 1100100 1010011

Color Harmonies of #FFC6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6A6

Black with #FFC6A6

Text Example


Text Example

White with #FFC6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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