Html Css Color HEX #FCCCA0 Peach

📋 copy color: '#FCCCA0'

red 252 ◦ green 204 ◦ blue 160

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

Shades of Peach #FCCCA0

Tints of Peach #FCCCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.12%

 BLUE value IS 160 (62.89% from 255) = 25.97%

R = 40.91%
G = 33.12%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCCCA0 (or 0xFCCCA0) is known color: Peach. HEX triplet: FC, CC and A0. RGB value is (252,204,160). Sum of RGB (Red+Green+Blue) = 252+204+160=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA0 is #03335F. Grayscale: #D5D5D5. Windows color (decimal): -209760 or 10538236. OLE color: 10538236.

HSL color Cylindrical-coordinate representation of color #FCCCA0: hue angle of 28.7º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCCA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 160 -
CMYK 0 0.19 0.37 0.01
HSL 28.7º 0.94% 0.81% -
HSV(B) 28.7º 0.37% 0.99% -
XYZ 68.08 66.42 42.49 -
YUV 213.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 252 204 160 0 0.19 0.37 0.01 28.7 0.94 0.81
Hex FC CC A0 0 13 25 1 1D 5E 51
Octal 374 314 240 0 23 45 1 35 136 121
Binary 11111100 11001100 10100000 0 10011 100101 1 11101 1011110 1010001

Color Harmonies of #FCCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCA0

Black with #FCCCA0

Text Example


Text Example

White with #FCCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCA0; }

 p { color: rgb(252,204,160); }

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

background-color css

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

 a { background-color: rgb(252,204,160); }

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

border-color css

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

 span { border-color: rgb(252,204,160); }

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