#FCF9F2

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

Shades of Floral White #FCF9F2

Tints of Floral White #FCF9F2

Color information

#FCF9F2 (or 0xFCF9F2) is unknown color: approx Floral White. HEX triplet: FC, F9 and F2. RGB value is (252,249,242). Sum of RGB (Red+Green+Blue) = 252+249+242=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 249 (97.66% from 255 or 33.51% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F2 is #03060D. Grayscale: #F9F9F9. Windows color (decimal): -198158 or 15923708. OLE color: 15923708.

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

Color convert

RGB252249242-
CMYK00.010.040.01
HSL42º62.5%96.86%-
HSV(B)42º3.97%98.82%-
XYZ90.0594.8697.57-
YUV249.1123.99130.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 249 (97.66% from 255) = 33.51%
BLUE value IS 242 (94.92% from 255) = 32.57%
R=33.92%
G=33.51%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224924200.010.040.014262.596.86
HexFCF9F201412a3e61
Octal37437136201415276141
Binary1111110011111001111100100110011010101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9F2; }

 p { color: rgb(252,249,242); }

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

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

 a { background-color: rgb(252,249,242); }

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

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

 span { border-color: rgb(252,249,242); }

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