Html Css Color HEX #FCF9F3 Floral White

📋 copy color: '#FCF9F3'

red 252 ◦ green 249 ◦ blue 243

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

Shades of Floral White #FCF9F3

Tints of Floral White #FCF9F3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.47%

 BLUE value IS 243 (95.31% from 255) = 32.66%

R = 33.87%
G = 33.47%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCF9F3 (or 0xFCF9F3) is known color: Floral White. HEX triplet: FC, F9 and F3. RGB value is (252,249,243). Sum of RGB (Red+Green+Blue) = 252+249+243=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 249 (97.66% from 255 or 33.47% from 744); Blue value is 243 (95.31% from 255 or 32.66% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F3 is #03060C. Grayscale: #F9F9F9. Windows color (decimal): -198157 or 15989244. OLE color: 15989244.

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

Color convert

RGB 252 249 243 -
CMYK 0 0.01 0.04 0.01
HSL 40º 0.6% 0.97% -
HSV(B) 40º 0.04% 0.99% -
XYZ 90.2 94.92 98.36 -
YUV 249.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 252 249 243 0 0.01 0.04 0.01 40 0.6 0.97
Hex FC F9 F3 0 1 4 1 28 3C 61
Octal 374 371 363 0 1 4 1 50 74 141
Binary 11111100 11111001 11110011 0 1 100 1 101000 111100 1100001

Color Harmonies of #FCF9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9F3

Black with #FCF9F3

Text Example


Text Example

White with #FCF9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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