#FCFAF3

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

Shades of Floral White #FCFAF3

Tints of Floral White #FCFAF3

Color information

#FCFAF3 (or 0xFCFAF3) is unknown color: approx Floral White. HEX triplet: FC, FA and F3. RGB value is (252,250,243). Sum of RGB (Red+Green+Blue) = 252+250+243=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 250 (98.05% from 255 or 33.56% from 745); Blue value is 243 (95.31% from 255 or 32.62% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF3 is #03050C. Grayscale: #F9F9F9. Windows color (decimal): -197901 or 15989500. OLE color: 15989500.

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

Color convert

RGB252250243-
CMYK00.010.040.01
HSL46.67º60%97.06%-
HSV(B)46.67º3.57%98.82%-
XYZ90.5195.5498.46-
YUV249.8124.16129.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 250 (98.05% from 255) = 33.56%
BLUE value IS 243 (95.31% from 255) = 32.62%
R=33.83%
G=33.56%
B=32.62%

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
Decimal25225024300.010.040.0146.676097.06
HexFCFAF301412f3c61
Octal37437236301415774141
Binary1111110011111010111100110110011011111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAF3; }

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

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

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

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

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

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

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

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