Html Css Color HEX #FDCDA2 Peach

📋 copy color: '#FDCDA2'

red 253 ◦ green 205 ◦ blue 162

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

Shades of Peach #FDCDA2

Tints of Peach #FDCDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

 BLUE value IS 162 (63.67% from 255) = 26.13%

R = 40.81%
G = 33.06%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDCDA2 (or 0xFDCDA2) is known color: Peach. HEX triplet: FD, CD and A2. RGB value is (253,205,162). Sum of RGB (Red+Green+Blue) = 253+205+162=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA2 is #02325D. Grayscale: #D6D6D6. Windows color (decimal): -143966 or 10669565. OLE color: 10669565.

HSL color Cylindrical-coordinate representation of color #FDCDA2: hue angle of 28.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDCDA2 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 162 -
CMYK 0 0.19 0.36 0.01
HSL 28.35º 0.96% 0.81% -
HSV(B) 28.35º 0.36% 0.99% -
XYZ 68.86 67.15 43.52 -
YUV 214.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 253 205 162 0 0.19 0.36 0.01 28.35 0.96 0.81
Hex FD CD A2 0 13 24 1 1C 60 51
Octal 375 315 242 0 23 44 1 34 140 121
Binary 11111101 11001101 10100010 0 10011 100100 1 11100 1100000 1010001

Color Harmonies of #FDCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDA2

Black with #FDCDA2

Text Example


Text Example

White with #FDCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDA2; }

 p { color: rgb(253,205,162); }

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

background-color css

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

 a { background-color: rgb(253,205,162); }

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

border-color css

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

 span { border-color: rgb(253,205,162); }

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