Html Css Color HEX #FCCFA7 Peach

📋 copy color: '#FCCFA7'

red 252 ◦ green 207 ◦ blue 167

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

Shades of Peach #FCCFA7

Tints of Peach #FCCFA7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

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

R = 40.26%
G = 33.07%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCCFA7 (or 0xFCCFA7) is known color: Peach. HEX triplet: FC, CF and A7. RGB value is (252,207,167). Sum of RGB (Red+Green+Blue) = 252+207+167=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFA7 is #033058. Grayscale: #D8D8D8. Windows color (decimal): -208985 or 10997756. OLE color: 10997756.

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

Color convert

RGB 252 207 167 -
CMYK 0 0.18 0.34 0.01
HSL 28.24º 0.93% 0.82% -
HSV(B) 28.24º 0.34% 0.99% -
XYZ 69.43 68.11 46.05 -
YUV 215.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 252 207 167 0 0.18 0.34 0.01 28.24 0.93 0.82
Hex FC CF A7 0 12 22 1 1C 5D 52
Octal 374 317 247 0 22 42 1 34 135 122
Binary 11111100 11001111 10100111 0 10010 100010 1 11100 1011101 1010010

Color Harmonies of #FCCFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFA7

Black with #FCCFA7

Text Example


Text Example

White with #FCCFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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