#FADABA

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

Shades of Sandy Beach #FADABA

Tints of Sandy Beach #FADABA

Color information

#FADABA (or 0xFADABA) is unknown color: approx Sandy Beach. HEX triplet: FA, DA and BA. RGB value is (250,218,186). Sum of RGB (Red+Green+Blue) = 250+218+186=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FADABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADABA is #052545. Grayscale: #E0E0E0. Windows color (decimal): -337222 or 12245754. OLE color: 12245754.

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

Color convert

RGB250218186-
CMYK00.130.260.02
HSL30º86.49%85.49%-
HSV(B)30º25.6%98.04%-
XYZ73.3674.0156.87-
YUV223.92106.6146.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 28.44%
R=38.23%
G=33.33%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021818600.130.260.023086.4985.49
HexFADABA0D1A21e5655
Octal37233227201532236126125
Binary1111101011011010101110100110111010101111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADABA; }

 p { color: rgb(250,218,186); }

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

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

 a { background-color: rgb(250,218,186); }

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

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

 span { border-color: rgb(250,218,186); }

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