Html Css Color HEX #FDCBAA Peach

📋 copy color: '#FDCBAA'

red 253 ◦ green 203 ◦ blue 170

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

Shades of Peach #FDCBAA

Tints of Peach #FDCBAA

RGB

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

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

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

R = 40.42%
G = 32.43%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDCBAA (or 0xFDCBAA) is known color: Peach. HEX triplet: FD, CB and AA. RGB value is (253,203,170). Sum of RGB (Red+Green+Blue) = 253+203+170=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAA is #023455. Grayscale: #D6D6D6. Windows color (decimal): -144470 or 11193341. OLE color: 11193341.

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

Color convert

RGB 253 203 170 -
CMYK 0 0.20 0.33 0.01
HSL 23.86º 0.95% 0.83% -
HSV(B) 23.86º 0.33% 0.99% -
XYZ 69.12 66.5 47.22 -
YUV 214.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 253 203 170 0 0.20 0.33 0.01 23.86 0.95 0.83
Hex FD CB AA 0 14 21 1 18 5F 53
Octal 375 313 252 0 24 41 1 30 137 123
Binary 11111101 11001011 10101010 0 10100 100001 1 11000 1011111 1010011

Color Harmonies of #FDCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBAA

Black with #FDCBAA

Text Example


Text Example

White with #FDCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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