#FDD6AF

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

Shades of Sandy Beach #FDD6AF

Tints of Sandy Beach #FDD6AF

Color information

#FDD6AF (or 0xFDD6AF) is unknown color: approx Sandy Beach. HEX triplet: FD, D6 and AF. RGB value is (253,214,175). Sum of RGB (Red+Green+Blue) = 253+214+175=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD6AF is #022950. Grayscale: #DDDDDD. Windows color (decimal): -141649 or 11523837. OLE color: 11523837.

HSL color Cylindrical-coordinate representation of color #FDD6AF: hue angle of 30º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDD6AF is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB253214175-
CMYK00.150.310.01
HSL30º95.12%83.92%-
HSV(B)30º30.83%99.22%-
XYZ72.2972.0750.66-
YUV221.21101.92150.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=39.41%
G=33.33%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321417500.150.310.013095.1283.92
HexFDD6AF0F1F11e5f54
Octal37532625701737136137124
Binary111111011101011010101111011111111111111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6AF; }

 p { color: rgb(253,214,175); }

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

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

 a { background-color: rgb(253,214,175); }

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

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

 span { border-color: rgb(253,214,175); }

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