Html Css Color HEX #FCDDA9 Peach-Yellow

📋 copy color: '#FCDDA9'

red 252 ◦ green 221 ◦ blue 169

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

Shades of Peach-Yellow #FCDDA9

Tints of Peach-Yellow #FCDDA9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.42%

 BLUE value IS 169 (66.41% from 255) = 26.32%

R = 39.25%
G = 34.42%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCDDA9 (or 0xFCDDA9) is known color: Peach-Yellow. HEX triplet: FC, DD and A9. RGB value is (252,221,169). Sum of RGB (Red+Green+Blue) = 252+221+169=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDA9 is #032256. Grayscale: #E0E0E0. Windows color (decimal): -205399 or 11132412. OLE color: 11132412.

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

Color convert

RGB 252 221 169 -
CMYK 0 0.12 0.33 0.01
HSL 37.59º 0.93% 0.83% -
HSV(B) 37.59º 0.33% 0.99% -
XYZ 73.16 75.27 48.21 -
YUV 224.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 252 221 169 0 0.12 0.33 0.01 37.59 0.93 0.83
Hex FC DD A9 0 C 21 1 26 5D 53
Octal 374 335 251 0 14 41 1 46 135 123
Binary 11111100 11011101 10101001 0 1100 100001 1 100110 1011101 1010011

Color Harmonies of #FCDDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDA9

Black with #FCDDA9

Text Example


Text Example

White with #FCDDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDA9; }

 p { color: rgb(252,221,169); }

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

background-color css

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

 a { background-color: rgb(252,221,169); }

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

border-color css

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

 span { border-color: rgb(252,221,169); }

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