#FFFCEE

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

Shades of Floral White #FFFCEE

Tints of Floral White #FFFCEE

Color information

#FFFCEE (or 0xFFFCEE) is unknown color: approx Floral White. HEX triplet: FF, FC and EE. RGB value is (255,252,238). Sum of RGB (Red+Green+Blue) = 255+252+238=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 238 (93.36% from 255 or 31.95% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCEE is #000311. Grayscale: #FBFBFB. Windows color (decimal): -786 or 15662335. OLE color: 15662335.

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

Color convert

RGB255252238-
CMYK00.010.070
HSL49.41º100%96.67%-
HSV(B)49.41º6.67%100%-
XYZ91.4897.0594.8-
YUV251.3120.49130.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.23%
GREEN value IS 252 (98.83% from 255) = 33.83%
BLUE value IS 238 (93.36% from 255) = 31.95%
R=34.23%
G=33.83%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525223800.010.07049.4110096.67
HexFFFCEE0170316461
Octal377374356017061144141
Binary11111111111111001110111001111011000111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCEE; }

 p { color: rgb(255,252,238); }

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

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

 a { background-color: rgb(255,252,238); }

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

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

 span { border-color: rgb(255,252,238); }

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