Html Css Color HEX #FCDEAD Peach-Yellow

📋 copy color: '#FCDEAD'

red 252 ◦ green 222 ◦ blue 173

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

Shades of Peach-Yellow #FCDEAD

Tints of Peach-Yellow #FCDEAD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.31%

 BLUE value IS 173 (67.97% from 255) = 26.74%

R = 38.95%
G = 34.31%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCDEAD (or 0xFCDEAD) is known color: Peach-Yellow. HEX triplet: FC, DE and AD. RGB value is (252,222,173). Sum of RGB (Red+Green+Blue) = 252+222+173=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEAD is #032152. Grayscale: #E1E1E1. Windows color (decimal): -205139 or 11394812. OLE color: 11394812.

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

Color convert

RGB 252 222 173 -
CMYK 0 0.12 0.31 0.01
HSL 37.22º 0.93% 0.83% -
HSV(B) 37.22º 0.31% 0.99% -
XYZ 73.81 75.96 50.31 -
YUV 225.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 252 222 173 0 0.12 0.31 0.01 37.22 0.93 0.83
Hex FC DE AD 0 C 1F 1 25 5D 53
Octal 374 336 255 0 14 37 1 45 135 123
Binary 11111100 11011110 10101101 0 1100 11111 1 100101 1011101 1010011

Color Harmonies of #FCDEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEAD

Black with #FCDEAD

Text Example


Text Example

White with #FCDEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEAD; }

 p { color: rgb(252,222,173); }

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

background-color css

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

 a { background-color: rgb(252,222,173); }

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

border-color css

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

 span { border-color: rgb(252,222,173); }

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