#FDDBB4

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

Shades of Sandy Beach #FDDBB4

Tints of Sandy Beach #FDDBB4

Color information

#FDDBB4 (or 0xFDDBB4) is unknown color: approx Sandy Beach. HEX triplet: FD, DB and B4. RGB value is (253,219,180). Sum of RGB (Red+Green+Blue) = 253+219+180=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBB4 is #02244B. Grayscale: #E0E0E0. Windows color (decimal): -140364 or 11852797. OLE color: 11852797.

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

Color convert

RGB253219180-
CMYK00.130.290.01
HSL32.05º94.81%84.9%-
HSV(B)32.05º28.85%99.22%-
XYZ74.0874.8453.72-
YUV224.72102.76148.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 180 (70.70% from 255) = 27.61%
R=38.80%
G=33.59%
B=27.61%

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
Decimal25321918000.130.290.0132.0594.8184.9
HexFDDBB40D1D1205f55
Octal37533326401535140137125
Binary1111110111011011101101000110111101110000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBB4; }

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

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

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

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

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

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

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

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