Html Css Color HEX #FCCD9D Peach-Orange

📋 copy color: '#FCCD9D'

red 252 ◦ green 205 ◦ blue 157

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

Shades of Peach-Orange #FCCD9D

Tints of Peach-Orange #FCCD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.57%

R = 41.04%
G = 33.39%
B = 25.57%

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

#FCCD9D (or 0xFCCD9D) is known color: Peach-Orange. HEX triplet: FC, CD and 9D. RGB value is (252,205,157). Sum of RGB (Red+Green+Blue) = 252+205+157=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD9D is #033262. Grayscale: #D5D5D5. Windows color (decimal): -209507 or 10341884. OLE color: 10341884.

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

Color convert

RGB 252 205 157 -
CMYK 0 0.19 0.38 0.01
HSL 30.32º 0.94% 0.8% -
HSV(B) 30.32º 0.38% 0.99% -
XYZ 68.06 66.79 41.2 -
YUV 213.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 252 205 157 0 0.19 0.38 0.01 30.32 0.94 0.8
Hex FC CD 9D 0 13 26 1 1E 5E 50
Octal 374 315 235 0 23 46 1 36 136 120
Binary 11111100 11001101 10011101 0 10011 100110 1 11110 1011110 1010000

Color Harmonies of #FCCD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD9D

Black with #FCCD9D

Text Example


Text Example

White with #FCCD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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