#FBEFDA

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

Shades of Island Spice #FBEFDA

Tints of Island Spice #FBEFDA

Color information

#FBEFDA (or 0xFBEFDA) is unknown color: approx Island Spice. HEX triplet: FB, EF and DA. RGB value is (251,239,218). Sum of RGB (Red+Green+Blue) = 251+239+218=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFDA is #041025. Grayscale: #F0F0F0. Windows color (decimal): -266278 or 14348283. OLE color: 14348283.

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

Color convert

RGB251239218-
CMYK00.050.130.02
HSL38.18º80.49%91.96%-
HSV(B)38.18º13.15%98.43%-
XYZ83.3187.378.79-
YUV240.19115.48135.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 239 (93.75% from 255) = 33.76%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=35.45%
G=33.76%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123921800.050.130.0238.1880.4991.96
HexFBEFDA05D226505c
Octal3733573320515246120134
Binary111110111110111111011010010111011010011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFDA; }

 p { color: rgb(251,239,218); }

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

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

 a { background-color: rgb(251,239,218); }

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

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

 span { border-color: rgb(251,239,218); }

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