Html Css Color HEX #FCDDAA Peach-Yellow

📋 copy color: '#FCDDAA'

red 252 ◦ green 221 ◦ blue 170

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

Shades of Peach-Yellow #FCDDAA

Tints of Peach-Yellow #FCDDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.44%

R = 39.19%
G = 34.37%
B = 26.44%

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

#FCDDAA (or 0xFCDDAA) is known color: Peach-Yellow. HEX triplet: FC, DD and AA. RGB value is (252,221,170). Sum of RGB (Red+Green+Blue) = 252+221+170=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAA is #032255. Grayscale: #E0E0E0. Windows color (decimal): -205398 or 11197948. OLE color: 11197948.

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

Color convert

RGB 252 221 170 -
CMYK 0 0.12 0.33 0.01
HSL 37.32º 0.93% 0.83% -
HSV(B) 37.32º 0.33% 0.99% -
XYZ 73.26 75.31 48.71 -
YUV 224.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 252 221 170 0 0.12 0.33 0.01 37.32 0.93 0.83
Hex FC DD AA 0 C 21 1 25 5D 53
Octal 374 335 252 0 14 41 1 45 135 123
Binary 11111100 11011101 10101010 0 1100 100001 1 100101 1011101 1010011

Color Harmonies of #FCDDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDAA

Black with #FCDDAA

Text Example


Text Example

White with #FCDDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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