#FEFDFB

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

Shades of Floral White #FEFDFB

Tints of Floral White #FEFDFB

Color information

#FEFDFB (or 0xFEFDFB) is unknown color: approx Floral White. HEX triplet: FE, FD and FB. RGB value is (254,253,251). Sum of RGB (Red+Green+Blue) = 254+253+251=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 251 (98.44% from 255 or 33.11% from 758); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDFB is #010204. Grayscale: #FDFDFD. Windows color (decimal): -66053 or 16514558. OLE color: 16514558.

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

Color convert

RGB254253251-
CMYK00.000.010.00
HSL40º60%99.02%-
HSV(B)40º1.18%99.61%-
XYZ93.4198.29105.31-
YUV253.07126.83128.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.51%
GREEN value IS 253 (99.22% from 255) = 33.38%
BLUE value IS 251 (98.44% from 255) = 33.11%
R=33.51%
G=33.38%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425325100.000.010.00406099.02
HexFEFDFB0010283c63
Octal37637537300105074143
Binary11111110111111011111101100101010001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDFB; }

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

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

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

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

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

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

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

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