#FFFEFB

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

Shades of Floral White #FFFEFB

Tints of Floral White #FFFEFB

Color information

#FFFEFB (or 0xFFFEFB) is unknown color: approx Floral White. HEX triplet: FF, FE and FB. RGB value is (255,254,251). Sum of RGB (Red+Green+Blue) = 255+254+251=760 (100% of max value = 765). Red value is 255 (100% from 255 or 33.55% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 251 (98.44% from 255 or 33.03% from 760); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEFB is #000104. Grayscale: #FDFDFD. Windows color (decimal): -261 or 16514815. OLE color: 16514815.

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

Color convert

RGB255254251-
CMYK00.000.020
HSL45º100%99.22%-
HSV(B)45º1.57%100%-
XYZ94.0999.11105.44-
YUV253.96126.33128.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.55%
GREEN value IS 254 (99.61% from 255) = 33.42%
BLUE value IS 251 (98.44% from 255) = 33.03%
R=33.55%
G=33.42%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525425100.000.0204510099.22
HexFFFEFB00202d6463
Octal377376373002055144143
Binary1111111111111110111110110010010110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEFB; }

 p { color: rgb(255,254,251); }

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

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

 a { background-color: rgb(255,254,251); }

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

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

 span { border-color: rgb(255,254,251); }

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