Html Css Color HEX #FDCBA6 Peach

📋 copy color: '#FDCBA6'

red 253 ◦ green 203 ◦ blue 166

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

Shades of Peach #FDCBA6

Tints of Peach #FDCBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.69%

R = 40.68%
G = 32.64%
B = 26.69%

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

#FDCBA6 (or 0xFDCBA6) is known color: Peach. HEX triplet: FD, CB and A6. RGB value is (253,203,166). Sum of RGB (Red+Green+Blue) = 253+203+166=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA6 is #023459. Grayscale: #D5D5D5. Windows color (decimal): -144474 or 10931197. OLE color: 10931197.

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

Color convert

RGB 253 203 166 -
CMYK 0 0.20 0.34 0.01
HSL 25.52º 0.96% 0.82% -
HSV(B) 25.52º 0.34% 0.99% -
XYZ 68.75 66.35 45.26 -
YUV 213.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 253 203 166 0 0.20 0.34 0.01 25.52 0.96 0.82
Hex FD CB A6 0 14 22 1 1A 60 52
Octal 375 313 246 0 24 42 1 32 140 122
Binary 11111101 11001011 10100110 0 10100 100010 1 11010 1100000 1010010

Color Harmonies of #FDCBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBA6

Black with #FDCBA6

Text Example


Text Example

White with #FDCBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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