Html Css Color HEX #FDDFAA Peach-Yellow

📋 copy color: '#FDDFAA'

red 253 ◦ green 223 ◦ blue 170

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

Shades of Peach-Yellow #FDDFAA

Tints of Peach-Yellow #FDDFAA

RGB

 RED value IS 253 (99.22% from 255) = 39.16%

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

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

R = 39.16%
G = 34.52%
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

#FDDFAA (or 0xFDDFAA) is known color: Peach-Yellow. HEX triplet: FD, DF and AA. RGB value is (253,223,170). Sum of RGB (Red+Green+Blue) = 253+223+170=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFAA is #022055. Grayscale: #E2E2E2. Windows color (decimal): -139350 or 11198461. OLE color: 11198461.

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

Color convert

RGB 253 223 170 -
CMYK 0 0.12 0.33 0.01
HSL 38.31º 0.95% 0.83% -
HSV(B) 38.31º 0.33% 0.99% -
XYZ 74.15 76.56 48.9 -
YUV 225.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 253 223 170 0 0.12 0.33 0.01 38.31 0.95 0.83
Hex FD DF AA 0 C 21 1 26 5F 53
Octal 375 337 252 0 14 41 1 46 137 123
Binary 11111101 11011111 10101010 0 1100 100001 1 100110 1011111 1010011

Color Harmonies of #FDDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFAA

Black with #FDDFAA

Text Example


Text Example

White with #FDDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFAA; }

 p { color: rgb(253,223,170); }

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

background-color css

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

 a { background-color: rgb(253,223,170); }

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

border-color css

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

 span { border-color: rgb(253,223,170); }

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