#FCFAF1

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

Shades of Floral White #FCFAF1

Tints of Floral White #FCFAF1

Color information

#FCFAF1 (or 0xFCFAF1) is unknown color: approx Floral White. HEX triplet: FC, FA and F1. RGB value is (252,250,241). Sum of RGB (Red+Green+Blue) = 252+250+241=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 241 (94.53% from 255 or 32.44% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF1 is #03050E. Grayscale: #F9F9F9. Windows color (decimal): -197903 or 15858428. OLE color: 15858428.

HSL color Cylindrical-coordinate representation of color #FCFAF1: hue angle of 49.09º degrees, saturation: 0.65, 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 #FCFAF1 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252250241-
CMYK00.010.040.01
HSL49.09º64.71%96.67%-
HSV(B)49.09º4.37%98.82%-
XYZ90.2195.4296.88-
YUV249.57123.16129.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.92%
GREEN value IS 250 (98.05% from 255) = 33.65%
BLUE value IS 241 (94.53% from 255) = 32.44%
R=33.92%
G=33.65%
B=32.44%

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
Decimal25225024100.010.040.0149.0964.7196.67
HexFCFAF10141314161
Octal374372361014161101141
Binary11111100111110101111000101100111000110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF1; }

 p { color: rgb(252,250,241); }

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

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

 a { background-color: rgb(252,250,241); }

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

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

 span { border-color: rgb(252,250,241); }

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