#FCDDB5

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

Shades of Sandy Beach #FCDDB5

Tints of Sandy Beach #FCDDB5

Color information

#FCDDB5 (or 0xFCDDB5) is unknown color: approx Sandy Beach. HEX triplet: FC, DD and B5. RGB value is (252,221,181). Sum of RGB (Red+Green+Blue) = 252+221+181=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB5 is #03224A. Grayscale: #E1E1E1. Windows color (decimal): -205387 or 11918844. OLE color: 11918844.

HSL color Cylindrical-coordinate representation of color #FCDDB5: hue angle of 33.8º degrees, saturation: 0.92, 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 #FCDDB5 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252221181-
CMYK00.120.280.01
HSL33.8º92.21%84.9%-
HSV(B)33.8º28.17%98.82%-
XYZ74.3475.7454.42-
YUV225.71102.77146.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 181 (71.09% from 255) = 27.68%
R=38.53%
G=33.79%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222118100.120.280.0133.892.2184.9
HexFCDDB50C1C1225c55
Octal37433526501434142134125
Binary1111110011011101101101010110011100110001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDB5; }

 p { color: rgb(252,221,181); }

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

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

 a { background-color: rgb(252,221,181); }

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

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

 span { border-color: rgb(252,221,181); }

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