Html Css Color HEX #FCC4A7 Peach

📋 copy color: '#FCC4A7'

red 252 ◦ green 196 ◦ blue 167

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

Shades of Peach #FCC4A7

Tints of Peach #FCC4A7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.87%

 BLUE value IS 167 (65.63% from 255) = 27.15%

R = 40.98%
G = 31.87%
B = 27.15%

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

#FCC4A7 (or 0xFCC4A7) is known color: Peach. HEX triplet: FC, C4 and A7. RGB value is (252,196,167). Sum of RGB (Red+Green+Blue) = 252+196+167=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A7 is #033B58. Grayscale: #D1D1D1. Windows color (decimal): -211801 or 10994940. OLE color: 10994940.

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

Color convert

RGB 252 196 167 -
CMYK 0 0.22 0.34 0.01
HSL 20.47º 0.93% 0.82% -
HSV(B) 20.47º 0.34% 0.99% -
XYZ 66.86 62.97 45.19 -
YUV 209.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 252 196 167 0 0.22 0.34 0.01 20.47 0.93 0.82
Hex FC C4 A7 0 16 22 1 14 5D 52
Octal 374 304 247 0 26 42 1 24 135 122
Binary 11111100 11000100 10100111 0 10110 100010 1 10100 1011101 1010010

Color Harmonies of #FCC4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4A7

Black with #FCC4A7

Text Example


Text Example

White with #FCC4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4A7; }

 p { color: rgb(252,196,167); }

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

background-color css

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

 a { background-color: rgb(252,196,167); }

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

border-color css

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

 span { border-color: rgb(252,196,167); }

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