Html Css Color HEX #FCCEA6 Peach

📋 copy color: '#FCCEA6'

red 252 ◦ green 206 ◦ blue 166

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

Shades of Peach #FCCEA6

Tints of Peach #FCCEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.01%

 BLUE value IS 166 (65.23% from 255) = 26.6%

R = 40.38%
G = 33.01%
B = 26.6%

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

#FCCEA6 (or 0xFCCEA6) is known color: Peach. HEX triplet: FC, CE and A6. RGB value is (252,206,166). Sum of RGB (Red+Green+Blue) = 252+206+166=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEA6 is #033159. Grayscale: #D7D7D7. Windows color (decimal): -209242 or 10931964. OLE color: 10931964.

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

Color convert

RGB 252 206 166 -
CMYK 0 0.18 0.34 0.01
HSL 27.91º 0.93% 0.82% -
HSV(B) 27.91º 0.34% 0.99% -
XYZ 69.1 67.59 45.48 -
YUV 215.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 252 206 166 0 0.18 0.34 0.01 27.91 0.93 0.82
Hex FC CE A6 0 12 22 1 1C 5D 52
Octal 374 316 246 0 22 42 1 34 135 122
Binary 11111100 11001110 10100110 0 10010 100010 1 11100 1011101 1010010

Color Harmonies of #FCCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEA6

Black with #FCCEA6

Text Example


Text Example

White with #FCCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEA6; }

 p { color: rgb(252,206,166); }

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

background-color css

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

 a { background-color: rgb(252,206,166); }

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

border-color css

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

 span { border-color: rgb(252,206,166); }

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