Html Css Color HEX #FCF9F1 Floral White

📋 copy color: '#FCF9F1'

red 252 ◦ green 249 ◦ blue 241

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

Shades of Floral White #FCF9F1

Tints of Floral White #FCF9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 32.48%

R = 33.96%
G = 33.56%
B = 32.48%

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

#FCF9F1 (or 0xFCF9F1) is known color: Floral White. HEX triplet: FC, F9 and F1. RGB value is (252,249,241). Sum of RGB (Red+Green+Blue) = 252+249+241=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 241 (94.53% from 255 or 32.48% from 742); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F1 is #03060E. Grayscale: #F9F9F9. Windows color (decimal): -198159 or 15858172. OLE color: 15858172.

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

Color convert

RGB 252 249 241 -
CMYK 0 0.01 0.04 0.01
HSL 43.64º 0.65% 0.97% -
HSV(B) 43.64º 0.04% 0.99% -
XYZ 89.9 94.8 96.78 -
YUV 248.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 252 249 241 0 0.01 0.04 0.01 43.64 0.65 0.97
Hex FC F9 F1 0 1 4 1 2C 41 61
Octal 374 371 361 0 1 4 1 54 101 141
Binary 11111100 11111001 11110001 0 1 100 1 101100 1000001 1100001

Color Harmonies of #FCF9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9F1

Black with #FCF9F1

Text Example


Text Example

White with #FCF9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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