#FDDCB3

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

Shades of Sandy Beach #FDDCB3

Tints of Sandy Beach #FDDCB3

Color information

#FDDCB3 (or 0xFDDCB3) is unknown color: approx Sandy Beach. HEX triplet: FD, DC and B3. RGB value is (253,220,179). Sum of RGB (Red+Green+Blue) = 253+220+179=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB3 is #02234C. Grayscale: #E1E1E1. Windows color (decimal): -140109 or 11787517. OLE color: 11787517.

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

Color convert

RGB253220179-
CMYK00.130.290.01
HSL33.24º94.87%84.71%-
HSV(B)33.24º29.25%99.22%-
XYZ74.2475.3253.27-
YUV225.19101.93147.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 179 (70.31% from 255) = 27.45%
R=38.80%
G=33.74%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322017900.130.290.0133.2494.8784.71
HexFDDCB30D1D1215f55
Octal37533426301535141137125
Binary1111110111011100101100110110111101110000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCB3; }

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

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

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

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

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

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

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

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