Html Css Color HEX #FFCCA6 Peach

📋 copy color: '#FFCCA6'

red 255 ◦ green 204 ◦ blue 166

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

Shades of Peach #FFCCA6

Tints of Peach #FFCCA6

RGB

 RED value IS 255 (100% from 255) = 40.8%

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

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

R = 40.8%
G = 32.64%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFCCA6 (or 0xFFCCA6) is known color: Peach. HEX triplet: FF, CC and A6. RGB value is (255,204,166). Sum of RGB (Red+Green+Blue) = 255+204+166=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCA6 is #003359. Grayscale: #D7D7D7. Windows color (decimal): -13146 or 10931455. OLE color: 10931455.

HSL color Cylindrical-coordinate representation of color #FFCCA6: hue angle of 25.62º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCCA6 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 166 -
CMYK 0 0.2 0.35 0
HSL 25.62º 1% 0.83% -
HSV(B) 25.62º 0.35% 1% -
XYZ 69.72 67.2 45.37 -
YUV 214.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 255 204 166 0 0.2 0.35 0 25.62 1 0.83
Hex FF CC A6 0 14 23 0 1A 64 53
Octal 377 314 246 0 24 43 0 32 144 123
Binary 11111111 11001100 10100110 0 10100 100011 0 11010 1100100 1010011

Color Harmonies of #FFCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCA6

Black with #FFCCA6

Text Example


Text Example

White with #FFCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCA6; }

 p { color: rgb(255,204,166); }

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

background-color css

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

 a { background-color: rgb(255,204,166); }

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

border-color css

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

 span { border-color: rgb(255,204,166); }

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