Html Css Color HEX #FDCFA8 Peach

📋 copy color: '#FDCFA8'

red 253 ◦ green 207 ◦ blue 168

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

Shades of Peach #FDCFA8

Tints of Peach #FDCFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

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

R = 40.29%
G = 32.96%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDCFA8 (or 0xFDCFA8) is known color: Peach. HEX triplet: FD, CF and A8. RGB value is (253,207,168). Sum of RGB (Red+Green+Blue) = 253+207+168=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFA8 is #023057. Grayscale: #D8D8D8. Windows color (decimal): -143448 or 11063293. OLE color: 11063293.

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

Color convert

RGB 253 207 168 -
CMYK 0 0.18 0.34 0.01
HSL 27.53º 0.96% 0.83% -
HSV(B) 27.53º 0.34% 0.99% -
XYZ 69.89 68.34 46.55 -
YUV 216.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 253 207 168 0 0.18 0.34 0.01 27.53 0.96 0.83
Hex FD CF A8 0 12 22 1 1C 60 53
Octal 375 317 250 0 22 42 1 34 140 123
Binary 11111101 11001111 10101000 0 10010 100010 1 11100 1100000 1010011

Color Harmonies of #FDCFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFA8

Black with #FDCFA8

Text Example


Text Example

White with #FDCFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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