#FDFAEB

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

Shades of Floral White #FDFAEB

Tints of Floral White #FDFAEB

Color information

#FDFAEB (or 0xFDFAEB) is unknown color: approx Floral White. HEX triplet: FD, FA and EB. RGB value is (253,250,235). Sum of RGB (Red+Green+Blue) = 253+250+235=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 235 (92.19% from 255 or 31.84% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAEB is #020514. Grayscale: #F9F9F9. Windows color (decimal): -132373 or 15465213. OLE color: 15465213.

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

Color convert

RGB253250235-
CMYK00.010.070.01
HSL50º81.82%95.69%-
HSV(B)50º7.11%99.22%-
XYZ89.6995.2592.26-
YUV249.19119.99130.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.28%
GREEN value IS 250 (98.05% from 255) = 33.88%
BLUE value IS 235 (92.19% from 255) = 31.84%
R=34.28%
G=33.88%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325023500.010.070.015081.8295.69
HexFDFAEB0171325260
Octal375372353017162122140
Binary11111101111110101110101101111111001010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAEB; }

 p { color: rgb(253,250,235); }

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

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

 a { background-color: rgb(253,250,235); }

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

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

 span { border-color: rgb(253,250,235); }

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