Html Css Color HEX #FCFAF4 Floral White

📋 copy color: '#FCFAF4'

red 252 ◦ green 250 ◦ blue 244

#FCFAF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Floral White #FCFAF4

Tints of Floral White #FCFAF4

RGB

 RED value IS 252 (98.83% from 255) = 33.78%

 GREEN value IS 250 (98.05% from 255) = 33.51%

 BLUE value IS 244 (95.7% from 255) = 32.71%

R = 33.78%
G = 33.51%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCFAF4 (or 0xFCFAF4) is known color: Floral White. HEX triplet: FC, FA and F4. RGB value is (252,250,244). Sum of RGB (Red+Green+Blue) = 252+250+244=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 250 (98.05% from 255 or 33.51% from 746); Blue value is 244 (95.70% from 255 or 32.71% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF4 is #03050B. Grayscale: #F9F9F9. Windows color (decimal): -197900 or 16055036. OLE color: 16055036.

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

Color convert

RGB 252 250 244 -
CMYK 0 0.01 0.03 0.01
HSL 45º 0.57% 0.97% -
HSV(B) 45º 0.03% 0.99% -
XYZ 90.66 95.6 99.26 -
YUV 249.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 252 250 244 0 0.01 0.03 0.01 45 0.57 0.97
Hex FC FA F4 0 1 3 1 2D 39 61
Octal 374 372 364 0 1 3 1 55 71 141
Binary 11111100 11111010 11110100 0 1 11 1 101101 111001 1100001

Color Harmonies of #FCFAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAF4

Black with #FCFAF4

Text Example


Text Example

White with #FCFAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAF4; }

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

 H1.HeaderClassName
 {
   color: #FCFAF4;
 }
 .AnyTagClassName
 {
   color: #FCFAF4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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