Html Css Color HEX #FCCD9C Peach-Orange

📋 copy color: '#FCCD9C'

red 252 ◦ green 205 ◦ blue 156

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

Shades of Peach-Orange #FCCD9C

Tints of Peach-Orange #FCCD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.44%

 BLUE value IS 156 (61.33% from 255) = 25.45%

R = 41.11%
G = 33.44%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCCD9C (or 0xFCCD9C) is known color: Peach-Orange. HEX triplet: FC, CD and 9C. RGB value is (252,205,156). Sum of RGB (Red+Green+Blue) = 252+205+156=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD9C is #033263. Grayscale: #D5D5D5. Windows color (decimal): -209508 or 10276348. OLE color: 10276348.

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

Color convert

RGB 252 205 156 -
CMYK 0 0.19 0.38 0.01
HSL 30.63º 0.94% 0.8% -
HSV(B) 30.63º 0.38% 0.99% -
XYZ 67.98 66.76 40.76 -
YUV 213.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 252 205 156 0 0.19 0.38 0.01 30.63 0.94 0.8
Hex FC CD 9C 0 13 26 1 1F 5E 50
Octal 374 315 234 0 23 46 1 37 136 120
Binary 11111100 11001101 10011100 0 10011 100110 1 11111 1011110 1010000

Color Harmonies of #FCCD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD9C

Black with #FCCD9C

Text Example


Text Example

White with #FCCD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD9C; }

 p { color: rgb(252,205,156); }

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

background-color css

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

 a { background-color: rgb(252,205,156); }

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

border-color css

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

 span { border-color: rgb(252,205,156); }

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