#FDDCB4

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

Shades of Sandy Beach #FDDCB4

Tints of Sandy Beach #FDDCB4

Color information

#FDDCB4 (or 0xFDDCB4) is unknown color: approx Sandy Beach. HEX triplet: FD, DC and B4. RGB value is (253,220,180). Sum of RGB (Red+Green+Blue) = 253+220+180=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB4 is #02234B. Grayscale: #E1E1E1. Windows color (decimal): -140108 or 11853053. OLE color: 11853053.

HSL color Cylindrical-coordinate representation of color #FDDCB4: hue angle of 32.88º 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 #FDDCB4 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB253220180-
CMYK00.130.290.01
HSL32.88º94.81%84.9%-
HSV(B)32.88º28.85%99.22%-
XYZ74.3475.3653.81-
YUV225.31102.43147.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 180 (70.70% from 255) = 27.57%
R=38.74%
G=33.69%
B=27.57%

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
Decimal25322018000.130.290.0132.8894.8184.9
HexFDDCB40D1D1215f55
Octal37533426401535141137125
Binary1111110111011100101101000110111101110000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCB4; }

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

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

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

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

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

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

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

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