#FBF3AF

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

Shades of Shalimar #FBF3AF

Tints of Shalimar #FBF3AF

Color information

#FBF3AF (or 0xFBF3AF) is unknown color: approx Shalimar. HEX triplet: FB, F3 and AF. RGB value is (251,243,175). Sum of RGB (Red+Green+Blue) = 251+243+175=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3AF is #040C50. Grayscale: #EDEDED. Windows color (decimal): -265297 or 11531259. OLE color: 11531259.

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

Color convert

RGB251243175-
CMYK00.030.300.02
HSL53.68º90.48%83.53%-
HSV(B)53.68º30.28%98.43%-
XYZ79.5787.7153.29-
YUV237.6492.65137.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 243 (95.31% from 255) = 36.32%
BLUE value IS 175 (68.75% from 255) = 26.16%
R=37.52%
G=36.32%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124317500.030.300.0253.6890.4883.53
HexFBF3AF031E2365a54
Octal3733632570336266132124
Binary111110111111001110101111011111101011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3AF; }

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

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

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

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

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

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

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

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