#FBD6AF

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

Shades of Sandy Beach #FBD6AF

Tints of Sandy Beach #FBD6AF

Color information

#FBD6AF (or 0xFBD6AF) is unknown color: approx Sandy Beach. HEX triplet: FB, D6 and AF. RGB value is (251,214,175). Sum of RGB (Red+Green+Blue) = 251+214+175=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD6AF is #042950. Grayscale: #DCDCDC. Windows color (decimal): -272721 or 11523835. OLE color: 11523835.

HSL color Cylindrical-coordinate representation of color #FBD6AF: hue angle of 30.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBD6AF is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251214175-
CMYK00.150.300.02
HSL30.79º90.48%83.53%-
HSV(B)30.79º30.28%98.43%-
XYZ71.5771.750.62-
YUV220.62102.26149.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 27.34%
R=39.22%
G=33.44%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121417500.150.300.0230.7990.4883.53
HexFBD6AF0F1E21f5a54
Octal37332625701736237132124
Binary1111101111010110101011110111111110101111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6AF; }

 p { color: rgb(251,214,175); }

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

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

 a { background-color: rgb(251,214,175); }

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

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

 span { border-color: rgb(251,214,175); }

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