#FADBBB

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

Shades of Sandy Beach #FADBBB

Tints of Sandy Beach #FADBBB

Color information

#FADBBB (or 0xFADBBB) is unknown color: approx Sandy Beach. HEX triplet: FA, DB and BB. RGB value is (250,219,187). Sum of RGB (Red+Green+Blue) = 250+219+187=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBBB is #052444. Grayscale: #E0E0E0. Windows color (decimal): -336965 or 12311546. OLE color: 12311546.

HSL color Cylindrical-coordinate representation of color #FADBBB: hue angle of 30.48º 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 #FADBBB is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250219187-
CMYK00.120.250.02
HSL30.48º86.3%85.69%-
HSV(B)30.48º25.2%98.04%-
XYZ73.7374.5757.52-
YUV224.62106.77146.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 187 (73.44% from 255) = 28.51%
R=38.11%
G=33.38%
B=28.51%

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
Decimal25021918700.120.250.0230.4886.385.69
HexFADBBB0C1921e5656
Octal37233327301431236126126
Binary1111101011011011101110110110011001101111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBBB; }

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

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

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

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

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

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

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

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