Html Css Color HEX #FCDFAD Peach-Yellow

📋 copy color: '#FCDFAD'

red 252 ◦ green 223 ◦ blue 173

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

Shades of Peach-Yellow #FCDFAD

Tints of Peach-Yellow #FCDFAD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.41%

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

R = 38.89%
G = 34.41%
B = 26.7%

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

#FCDFAD (or 0xFCDFAD) is known color: Peach-Yellow. HEX triplet: FC, DF and AD. RGB value is (252,223,173). Sum of RGB (Red+Green+Blue) = 252+223+173=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFAD is #032052. Grayscale: #E2E2E2. Windows color (decimal): -204883 or 11395068. OLE color: 11395068.

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

Color convert

RGB 252 223 173 -
CMYK 0 0.12 0.31 0.01
HSL 37.97º 0.93% 0.83% -
HSV(B) 37.97º 0.31% 0.99% -
XYZ 74.08 76.49 50.39 -
YUV 225.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 252 223 173 0 0.12 0.31 0.01 37.97 0.93 0.83
Hex FC DF AD 0 C 1F 1 26 5D 53
Octal 374 337 255 0 14 37 1 46 135 123
Binary 11111100 11011111 10101101 0 1100 11111 1 100110 1011101 1010011

Color Harmonies of #FCDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFAD

Black with #FCDFAD

Text Example


Text Example

White with #FCDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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