Html Css Color HEX #FCCCA5 Peach

📋 copy color: '#FCCCA5'

red 252 ◦ green 204 ◦ blue 165

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

Shades of Peach #FCCCA5

Tints of Peach #FCCCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 40.58%
G = 32.85%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCCCA5 (or 0xFCCCA5) is known color: Peach. HEX triplet: FC, CC and A5. RGB value is (252,204,165). Sum of RGB (Red+Green+Blue) = 252+204+165=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA5 is #03335A. Grayscale: #D6D6D6. Windows color (decimal): -209755 or 10865916. OLE color: 10865916.

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

Color convert

RGB 252 204 165 -
CMYK 0 0.19 0.35 0.01
HSL 26.9º 0.94% 0.82% -
HSV(B) 26.9º 0.35% 0.99% -
XYZ 68.53 66.6 44.84 -
YUV 213.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 252 204 165 0 0.19 0.35 0.01 26.9 0.94 0.82
Hex FC CC A5 0 13 23 1 1B 5E 52
Octal 374 314 245 0 23 43 1 33 136 122
Binary 11111100 11001100 10100101 0 10011 100011 1 11011 1011110 1010010

Color Harmonies of #FCCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCA5

Black with #FCCCA5

Text Example


Text Example

White with #FCCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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