#FADCB4

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

Shades of Sandy Beach #FADCB4

Tints of Sandy Beach #FADCB4

Color information

#FADCB4 (or 0xFADCB4) is unknown color: approx Sandy Beach. HEX triplet: FA, DC and B4. RGB value is (250,220,180). Sum of RGB (Red+Green+Blue) = 250+220+180=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 180 (70.70% from 255 or 27.69% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCB4 is #05234B. Grayscale: #E0E0E0. Windows color (decimal): -336716 or 11853050. OLE color: 11853050.

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

Color convert

RGB250220180-
CMYK00.120.280.02
HSL34.29º87.5%84.31%-
HSV(B)34.29º28%98.04%-
XYZ73.2674.8153.76-
YUV224.41102.94146.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 180 (70.70% from 255) = 27.69%
R=38.46%
G=33.85%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022018000.120.280.0234.2987.584.31
HexFADCB40C1C2225854
Octal37233426401434242130124
Binary11111010110111001011010001100111001010001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCB4; }

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

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

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

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

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

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

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

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