Html Css Color HEX #FDCBA8 Peach

📋 copy color: '#FDCBA8'

red 253 ◦ green 203 ◦ blue 168

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

Shades of Peach #FDCBA8

Tints of Peach #FDCBA8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.53%

 BLUE value IS 168 (66.02% from 255) = 26.92%

R = 40.54%
G = 32.53%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDCBA8 (or 0xFDCBA8) is known color: Peach. HEX triplet: FD, CB and A8. RGB value is (253,203,168). Sum of RGB (Red+Green+Blue) = 253+203+168=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA8 is #023457. Grayscale: #D6D6D6. Windows color (decimal): -144472 or 11062269. OLE color: 11062269.

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

Color convert

RGB 253 203 168 -
CMYK 0 0.20 0.34 0.01
HSL 24.71º 0.96% 0.83% -
HSV(B) 24.71º 0.34% 0.99% -
XYZ 68.93 66.42 46.23 -
YUV 213.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 253 203 168 0 0.20 0.34 0.01 24.71 0.96 0.83
Hex FD CB A8 0 14 22 1 19 60 53
Octal 375 313 250 0 24 42 1 31 140 123
Binary 11111101 11001011 10101000 0 10100 100010 1 11001 1100000 1010011

Color Harmonies of #FDCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBA8

Black with #FDCBA8

Text Example


Text Example

White with #FDCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBA8; }

 p { color: rgb(253,203,168); }

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

background-color css

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

 a { background-color: rgb(253,203,168); }

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

border-color css

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

 span { border-color: rgb(253,203,168); }

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