Html Css Color HEX #FCFAF6 Floral White

📋 copy color: '#FCFAF6'

red 252 ◦ green 250 ◦ blue 246

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

Shades of Floral White #FCFAF6

Tints of Floral White #FCFAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 32.89%

R = 33.69%
G = 33.42%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCFAF6 (or 0xFCFAF6) is known color: Floral White. HEX triplet: FC, FA and F6. RGB value is (252,250,246). Sum of RGB (Red+Green+Blue) = 252+250+246=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 250 (98.05% from 255 or 33.42% from 748); Blue value is 246 (96.48% from 255 or 32.89% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF6 is #030509. Grayscale: #FAFAFA. Windows color (decimal): -197898 or 16186108. OLE color: 16186108.

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

Color convert

RGB 252 250 246 -
CMYK 0 0.01 0.02 0.01
HSL 40º 0.5% 0.98% -
HSV(B) 40º 0.02% 0.99% -
XYZ 90.97 95.72 100.87 -
YUV 250.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 252 250 246 0 0.01 0.02 0.01 40 0.5 0.98
Hex FC FA F6 0 1 2 1 28 32 62
Octal 374 372 366 0 1 2 1 50 62 142
Binary 11111100 11111010 11110110 0 1 10 1 101000 110010 1100010

Color Harmonies of #FCFAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAF6

Black with #FCFAF6

Text Example


Text Example

White with #FCFAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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