#FADCBB

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

Shades of Sandy Beach #FADCBB

Tints of Sandy Beach #FADCBB

Color information

#FADCBB (or 0xFADCBB) is unknown color: approx Sandy Beach. HEX triplet: FA, DC and BB. RGB value is (250,220,187). Sum of RGB (Red+Green+Blue) = 250+220+187=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCBB is #052344. Grayscale: #E1E1E1. Windows color (decimal): -336709 or 12311802. OLE color: 12311802.

HSL color Cylindrical-coordinate representation of color #FADCBB: hue angle of 31.43º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FADCBB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250220187-
CMYK00.120.250.02
HSL31.43º86.3%85.69%-
HSV(B)31.43º25.2%98.04%-
XYZ73.9975.157.61-
YUV225.21106.44145.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 187 (73.44% from 255) = 28.46%
R=38.05%
G=33.49%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022018700.120.250.0231.4386.385.69
HexFADCBB0C1921f5656
Octal37233427301431237126126
Binary1111101011011100101110110110011001101111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCBB; }

 p { color: rgb(250,220,187); }

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

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

 a { background-color: rgb(250,220,187); }

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

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

 span { border-color: rgb(250,220,187); }

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