#F8DDBB

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

Shades of Sandy Beach #F8DDBB

Tints of Sandy Beach #F8DDBB

Color information

#F8DDBB (or 0xF8DDBB) is unknown color: approx Sandy Beach. HEX triplet: F8, DD and BB. RGB value is (248,221,187). Sum of RGB (Red+Green+Blue) = 248+221+187=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDBB is #072244. Grayscale: #E1E1E1. Windows color (decimal): -467525 or 12312056. OLE color: 12312056.

HSL color Cylindrical-coordinate representation of color #F8DDBB: hue angle of 33.44º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8DDBB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248221187-
CMYK00.110.250.03
HSL33.44º81.33%85.29%-
HSV(B)33.44º24.6%97.25%-
XYZ73.5475.2657.66-
YUV225.2106.45144.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.80%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 28.51%
R=37.80%
G=33.69%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822118700.110.250.0333.4481.3385.29
HexF8DDBB0B193215155
Octal37033527301331341121125
Binary11111000110111011011101101011110011110000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDBB; }

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

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

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

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

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

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

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

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