#FBEFDB

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

Shades of Island Spice #FBEFDB

Tints of Island Spice #FBEFDB

Color information

#FBEFDB (or 0xFBEFDB) is unknown color: approx Island Spice. HEX triplet: FB, EF and DB. RGB value is (251,239,219). Sum of RGB (Red+Green+Blue) = 251+239+219=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFDB is #041024. Grayscale: #F0F0F0. Windows color (decimal): -266277 or 14413819. OLE color: 14413819.

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

Color convert

RGB251239219-
CMYK00.050.130.02
HSL37.5º80%92.16%-
HSV(B)37.5º12.75%98.43%-
XYZ83.4487.3679.48-
YUV240.31115.98135.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 219 (85.94% from 255) = 30.89%
R=35.40%
G=33.71%
B=30.89%

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
Decimal25123921900.050.130.0237.58092.16
HexFBEFDB05D226505c
Octal3733573330515246120134
Binary111110111110111111011011010111011010011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFDB; }

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

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

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

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

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

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

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

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