Html Css Color HEX #FCCEA8 Peach

📋 copy color: '#FCCEA8'

red 252 ◦ green 206 ◦ blue 168

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

Shades of Peach #FCCEA8

Tints of Peach #FCCEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.84%

R = 40.26%
G = 32.91%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCCEA8 (or 0xFCCEA8) is known color: Peach. HEX triplet: FC, CE and A8. RGB value is (252,206,168). Sum of RGB (Red+Green+Blue) = 252+206+168=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEA8 is #033157. Grayscale: #D7D7D7. Windows color (decimal): -209240 or 11063036. OLE color: 11063036.

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

Color convert

RGB 252 206 168 -
CMYK 0 0.18 0.33 0.01
HSL 27.14º 0.93% 0.82% -
HSV(B) 27.14º 0.33% 0.99% -
XYZ 69.28 67.67 46.45 -
YUV 215.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 252 206 168 0 0.18 0.33 0.01 27.14 0.93 0.82
Hex FC CE A8 0 12 21 1 1B 5D 52
Octal 374 316 250 0 22 41 1 33 135 122
Binary 11111100 11001110 10101000 0 10010 100001 1 11011 1011101 1010010

Color Harmonies of #FCCEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEA8

Black with #FCCEA8

Text Example


Text Example

White with #FCCEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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