Html Css Color HEX #FDCFAA Peach

📋 copy color: '#FDCFAA'

red 253 ◦ green 207 ◦ blue 170

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

Shades of Peach #FDCFAA

Tints of Peach #FDCFAA

RGB

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

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

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

R = 40.16%
G = 32.86%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDCFAA (or 0xFDCFAA) is known color: Peach. HEX triplet: FD, CF and AA. RGB value is (253,207,170). Sum of RGB (Red+Green+Blue) = 253+207+170=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFAA is #023055. Grayscale: #D8D8D8. Windows color (decimal): -143446 or 11194365. OLE color: 11194365.

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

Color convert

RGB 253 207 170 -
CMYK 0 0.18 0.33 0.01
HSL 26.75º 0.95% 0.83% -
HSV(B) 26.75º 0.33% 0.99% -
XYZ 70.08 68.41 47.54 -
YUV 216.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 253 207 170 0 0.18 0.33 0.01 26.75 0.95 0.83
Hex FD CF AA 0 12 21 1 1B 5F 53
Octal 375 317 252 0 22 41 1 33 137 123
Binary 11111101 11001111 10101010 0 10010 100001 1 11011 1011111 1010011

Color Harmonies of #FDCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFAA

Black with #FDCFAA

Text Example


Text Example

White with #FDCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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