#FDDCB6

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

Shades of Sandy Beach #FDDCB6

Tints of Sandy Beach #FDDCB6

Color information

#FDDCB6 (or 0xFDDCB6) is unknown color: approx Sandy Beach. HEX triplet: FD, DC and B6. RGB value is (253,220,182). Sum of RGB (Red+Green+Blue) = 253+220+182=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCB6 is #022349. Grayscale: #E1E1E1. Windows color (decimal): -140106 or 11984125. OLE color: 11984125.

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

Color convert

RGB253220182-
CMYK00.130.280.01
HSL32.11º94.67%85.29%-
HSV(B)32.11º28.06%99.22%-
XYZ74.5475.4554.89-
YUV225.53103.43147.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 182 (71.48% from 255) = 27.79%
R=38.63%
G=33.59%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322018200.130.280.0132.1194.6785.29
HexFDDCB60D1C1205f55
Octal37533426601534140137125
Binary1111110111011100101101100110111100110000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCB6; }

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

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

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

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

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

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

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

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