#FADAB4

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

Shades of Sandy Beach #FADAB4

Tints of Sandy Beach #FADAB4

Color information

#FADAB4 (or 0xFADAB4) is unknown color: approx Sandy Beach. HEX triplet: FA, DA and B4. RGB value is (250,218,180). Sum of RGB (Red+Green+Blue) = 250+218+180=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAB4 is #05254B. Grayscale: #DFDFDF. Windows color (decimal): -337228 or 11852538. OLE color: 11852538.

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

Color convert

RGB250218180-
CMYK00.130.280.02
HSL32.57º87.5%84.31%-
HSV(B)32.57º28%98.04%-
XYZ72.7373.7653.58-
YUV223.24103.6147.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 180 (70.70% from 255) = 27.78%
R=38.58%
G=33.64%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021818000.130.280.0232.5787.584.31
HexFADAB40D1C2215854
Octal37233226401534241130124
Binary11111010110110101011010001101111001010000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAB4; }

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

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

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

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

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

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

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

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