#FCF7F0

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

Shades of Floral White #FCF7F0

Tints of Floral White #FCF7F0

Color information

#FCF7F0 (or 0xFCF7F0) is unknown color: approx Floral White. HEX triplet: FC, F7 and F0. RGB value is (252,247,240). Sum of RGB (Red+Green+Blue) = 252+247+240=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 247 (96.88% from 255 or 33.42% from 739); Blue value is 240 (94.14% from 255 or 32.48% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7F0 is #03080F. Grayscale: #F7F7F7. Windows color (decimal): -198672 or 15792124. OLE color: 15792124.

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

Color convert

RGB252247240-
CMYK00.020.050.01
HSL35º66.67%96.47%-
HSV(B)35º4.76%98.82%-
XYZ89.1393.5195.79-
YUV247.7123.66131.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 247 (96.88% from 255) = 33.42%
BLUE value IS 240 (94.14% from 255) = 32.48%
R=34.10%
G=33.42%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224724000.020.050.013566.6796.47
HexFCF7F00251234360
Octal374367360025143103140
Binary111111001111011111110000010101110001110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7F0; }

 p { color: rgb(252,247,240); }

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

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

 a { background-color: rgb(252,247,240); }

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

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

 span { border-color: rgb(252,247,240); }

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