#FCDDBB

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

Shades of Sandy Beach #FCDDBB

Tints of Sandy Beach #FCDDBB

Color information

#FCDDBB (or 0xFCDDBB) is unknown color: approx Sandy Beach. HEX triplet: FC, DD and BB. RGB value is (252,221,187). Sum of RGB (Red+Green+Blue) = 252+221+187=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDBB is #032244. Grayscale: #E2E2E2. Windows color (decimal): -205381 or 12312060. OLE color: 12312060.

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

Color convert

RGB252221187-
CMYK00.120.260.01
HSL31.38º91.55%86.08%-
HSV(B)31.38º25.79%98.82%-
XYZ74.977657.73-
YUV226.39105.77146.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=38.18%
G=33.48%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222118700.120.260.0131.3891.5586.08
HexFCDDBB0C1A11f5c56
Octal37433527301432137134126
Binary111111001101110110111011011001101011111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDBB; }

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

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

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

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

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

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

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

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