#FDDCBA

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

Shades of Sandy Beach #FDDCBA

Tints of Sandy Beach #FDDCBA

Color information

#FDDCBA (or 0xFDDCBA) is unknown color: approx Sandy Beach. HEX triplet: FD, DC and BA. RGB value is (253,220,186). Sum of RGB (Red+Green+Blue) = 253+220+186=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCBA is #022345. Grayscale: #E2E2E2. Windows color (decimal): -140102 or 12246269. OLE color: 12246269.

HSL color Cylindrical-coordinate representation of color #FDDCBA: hue angle of 30.45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDDCBA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253220186-
CMYK00.130.260.01
HSL30.45º94.37%86.08%-
HSV(B)30.45º26.48%99.22%-
XYZ74.9675.6157.1-
YUV225.99105.43147.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=38.39%
G=33.38%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322018600.130.260.0130.4594.3786.08
HexFDDCBA0D1A11e5e56
Octal37533427201532136136126
Binary111111011101110010111010011011101011111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCBA; }

 p { color: rgb(253,220,186); }

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

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

 a { background-color: rgb(253,220,186); }

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

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

 span { border-color: rgb(253,220,186); }

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