Html Css Color HEX #FCC6AA Peach

📋 copy color: '#FCC6AA'

red 252 ◦ green 198 ◦ blue 170

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

Shades of Peach #FCC6AA

Tints of Peach #FCC6AA

RGB

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

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

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

R = 40.65%
G = 31.94%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCC6AA (or 0xFCC6AA) is known color: Peach. HEX triplet: FC, C6 and AA. RGB value is (252,198,170). Sum of RGB (Red+Green+Blue) = 252+198+170=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6AA is #033955. Grayscale: #D3D3D3. Windows color (decimal): -211286 or 11192060. OLE color: 11192060.

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

Color convert

RGB 252 198 170 -
CMYK 0 0.21 0.33 0.01
HSL 20.49º 0.93% 0.83% -
HSV(B) 20.49º 0.33% 0.99% -
XYZ 67.59 63.99 46.82 -
YUV 210.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 252 198 170 0 0.21 0.33 0.01 20.49 0.93 0.83
Hex FC C6 AA 0 15 21 1 14 5D 53
Octal 374 306 252 0 25 41 1 24 135 123
Binary 11111100 11000110 10101010 0 10101 100001 1 10100 1011101 1010011

Color Harmonies of #FCC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC6AA

Black with #FCC6AA

Text Example


Text Example

White with #FCC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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