#FFD6AE

Color #FFD6AE Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FFD6AE

Tints of Sandy Beach #FFD6AE

Color information

#FFD6AE (or 0xFFD6AE) is unknown color: approx Sandy Beach. HEX triplet: FF, D6 and AE. RGB value is (255,214,174). Sum of RGB (Red+Green+Blue) = 255+214+174=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD6AE is #002951. Grayscale: #DDDDDD. Windows color (decimal): -10578 or 11458303. OLE color: 11458303.

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

Color convert

RGB255214174-
CMYK00.160.320
HSL29.63º100%84.12%-
HSV(B)29.63º31.76%100%-
XYZ72.9372.4150.18-
YUV221.7101.08151.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=39.66%
G=33.28%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521417400.160.32029.6310084.12
HexFFD6AE0102001e6454
Octal37732625602040036144124
Binary11111111110101101010111001000010000001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6AE; }

 p { color: rgb(255,214,174); }

 H1.HeaderClassName
 {
   color: #FFD6AE;
 }
 .AnyTagClassName
 {
   color: #FFD6AE;
 }
</style>
background-color css

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

 a { background-color: rgb(255,214,174); }

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

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

 span { border-color: rgb(255,214,174); }

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