Html Css Color HEX #FCCD9B Peach-Orange

📋 copy color: '#FCCD9B'

red 252 ◦ green 205 ◦ blue 155

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

Shades of Peach-Orange #FCCD9B

Tints of Peach-Orange #FCCD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.33%

R = 41.18%
G = 33.5%
B = 25.33%

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

#FCCD9B (or 0xFCCD9B) is known color: Peach-Orange. HEX triplet: FC, CD and 9B. RGB value is (252,205,155). Sum of RGB (Red+Green+Blue) = 252+205+155=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD9B is #033264. Grayscale: #D5D5D5. Windows color (decimal): -209509 or 10210812. OLE color: 10210812.

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

Color convert

RGB 252 205 155 -
CMYK 0 0.19 0.38 0.01
HSL 30.93º 0.94% 0.8% -
HSV(B) 30.93º 0.38% 0.99% -
XYZ 67.89 66.72 40.31 -
YUV 213.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 252 205 155 0 0.19 0.38 0.01 30.93 0.94 0.8
Hex FC CD 9B 0 13 26 1 1F 5E 50
Octal 374 315 233 0 23 46 1 37 136 120
Binary 11111100 11001101 10011011 0 10011 100110 1 11111 1011110 1010000

Color Harmonies of #FCCD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD9B

Black with #FCCD9B

Text Example


Text Example

White with #FCCD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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