Html Css Color HEX #FDDFAC Peach-Yellow

📋 copy color: '#FDDFAC'

red 253 ◦ green 223 ◦ blue 172

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

Shades of Peach-Yellow #FDDFAC

Tints of Peach-Yellow #FDDFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.54%

R = 39.04%
G = 34.41%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDDFAC (or 0xFDDFAC) is known color: Peach-Yellow. HEX triplet: FD, DF and AC. RGB value is (253,223,172). Sum of RGB (Red+Green+Blue) = 253+223+172=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDFAC is #022053. Grayscale: #E2E2E2. Windows color (decimal): -139348 or 11329533. OLE color: 11329533.

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

Color convert

RGB 253 223 172 -
CMYK 0 0.12 0.32 0.01
HSL 37.78º 0.95% 0.83% -
HSV(B) 37.78º 0.32% 0.99% -
XYZ 74.34 76.64 49.9 -
YUV 226.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 253 223 172 0 0.12 0.32 0.01 37.78 0.95 0.83
Hex FD DF AC 0 C 20 1 26 5F 53
Octal 375 337 254 0 14 40 1 46 137 123
Binary 11111101 11011111 10101100 0 1100 100000 1 100110 1011111 1010011

Color Harmonies of #FDDFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFAC

Black with #FDDFAC

Text Example


Text Example

White with #FDDFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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