Html Css Color HEX #FCC6A6 Peach

📋 copy color: '#FCC6A6'

red 252 ◦ green 198 ◦ blue 166

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

Shades of Peach #FCC6A6

Tints of Peach #FCC6A6

RGB

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

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

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

R = 40.91%
G = 32.14%
B = 26.95%

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

#FCC6A6 (or 0xFCC6A6) is known color: Peach. HEX triplet: FC, C6 and A6. RGB value is (252,198,166). Sum of RGB (Red+Green+Blue) = 252+198+166=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6A6 is #033959. Grayscale: #D2D2D2. Windows color (decimal): -211290 or 10929916. OLE color: 10929916.

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

Color convert

RGB 252 198 166 -
CMYK 0 0.21 0.34 0.01
HSL 22.33º 0.93% 0.82% -
HSV(B) 22.33º 0.34% 0.99% -
XYZ 67.22 63.84 44.86 -
YUV 210.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 252 198 166 0 0.21 0.34 0.01 22.33 0.93 0.82
Hex FC C6 A6 0 15 22 1 16 5D 52
Octal 374 306 246 0 25 42 1 26 135 122
Binary 11111100 11000110 10100110 0 10101 100010 1 10110 1011101 1010010

Color Harmonies of #FCC6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6A6

Black with #FCC6A6

Text Example


Text Example

White with #FCC6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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