Html Css Color HEX #FCCE9E Peach-Orange

📋 copy color: '#FCCE9E'

red 252 ◦ green 206 ◦ blue 158

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

Shades of Peach-Orange #FCCE9E

Tints of Peach-Orange #FCCE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.65%

R = 40.91%
G = 33.44%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCCE9E (or 0xFCCE9E) is known color: Peach-Orange. HEX triplet: FC, CE and 9E. RGB value is (252,206,158). Sum of RGB (Red+Green+Blue) = 252+206+158=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE9E is #033161. Grayscale: #D6D6D6. Windows color (decimal): -209250 or 10407676. OLE color: 10407676.

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

Color convert

RGB 252 206 158 -
CMYK 0 0.18 0.37 0.01
HSL 30.64º 0.94% 0.8% -
HSV(B) 30.64º 0.37% 0.99% -
XYZ 68.39 67.31 41.73 -
YUV 214.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 252 206 158 0 0.18 0.37 0.01 30.64 0.94 0.8
Hex FC CE 9E 0 12 25 1 1F 5E 50
Octal 374 316 236 0 22 45 1 37 136 120
Binary 11111100 11001110 10011110 0 10010 100101 1 11111 1011110 1010000

Color Harmonies of #FCCE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCE9E

Black with #FCCE9E

Text Example


Text Example

White with #FCCE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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