#FBFAD8

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

Shades of White Nectar #FBFAD8

Tints of White Nectar #FBFAD8

Color information

#FBFAD8 (or 0xFBFAD8) is unknown color: approx White Nectar. HEX triplet: FB, FA and D8. RGB value is (251,250,216). Sum of RGB (Red+Green+Blue) = 251+250+216=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 216 (84.77% from 255 or 30.13% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAD8 is #040527. Grayscale: #F6F6F6. Windows color (decimal): -263464 or 14220027. OLE color: 14220027.

HSL color Cylindrical-coordinate representation of color #FBFAD8: hue angle of 58.29º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBFAD8 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251250216-
CMYK00.000.140.02
HSL58.29º81.4%91.57%-
HSV(B)58.29º13.94%98.43%-
XYZ86.3693.8478.53-
YUV246.42110.83131.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 216 (84.77% from 255) = 30.13%
R=35.01%
G=34.87%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125021600.000.140.0258.2981.491.57
HexFBFAD800E23a515c
Octal3733723300016272121134
Binary1111101111111010110110000011101011101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAD8; }

 p { color: rgb(251,250,216); }

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

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

 a { background-color: rgb(251,250,216); }

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

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

 span { border-color: rgb(251,250,216); }

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