Html Css Color HEX #FDCCAA Peach

📋 copy color: '#FDCCAA'

red 253 ◦ green 204 ◦ blue 170

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

Shades of Peach #FDCCAA

Tints of Peach #FDCCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.54%

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

R = 40.35%
G = 32.54%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDCCAA (or 0xFDCCAA) is known color: Peach. HEX triplet: FD, CC and AA. RGB value is (253,204,170). Sum of RGB (Red+Green+Blue) = 253+204+170=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAA is #023355. Grayscale: #D6D6D6. Windows color (decimal): -144214 or 11193597. OLE color: 11193597.

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

Color convert

RGB 253 204 170 -
CMYK 0 0.19 0.33 0.01
HSL 24.58º 0.95% 0.83% -
HSV(B) 24.58º 0.33% 0.99% -
XYZ 69.36 66.97 47.3 -
YUV 214.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 253 204 170 0 0.19 0.33 0.01 24.58 0.95 0.83
Hex FD CC AA 0 13 21 1 19 5F 53
Octal 375 314 252 0 23 41 1 31 137 123
Binary 11111101 11001100 10101010 0 10011 100001 1 11001 1011111 1010011

Color Harmonies of #FDCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCAA

Black with #FDCCAA

Text Example


Text Example

White with #FDCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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