Html Css Color HEX #FCF9F4 Floral White

📋 copy color: '#FCF9F4'

red 252 ◦ green 249 ◦ blue 244

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

Shades of Floral White #FCF9F4

Tints of Floral White #FCF9F4

RGB

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

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

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

R = 33.83%
G = 33.42%
B = 32.75%

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

#FCF9F4 (or 0xFCF9F4) is known color: Floral White. HEX triplet: FC, F9 and F4. RGB value is (252,249,244). Sum of RGB (Red+Green+Blue) = 252+249+244=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 249 (97.66% from 255 or 33.42% from 745); Blue value is 244 (95.70% from 255 or 32.75% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F4 is #03060B. Grayscale: #F9F9F9. Windows color (decimal): -198156 or 16054780. OLE color: 16054780.

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

Color convert

RGB 252 249 244 -
CMYK 0 0.01 0.03 0.01
HSL 37.5º 0.57% 0.97% -
HSV(B) 37.5º 0.03% 0.99% -
XYZ 90.35 94.98 99.16 -
YUV 249.33 124.99 129.91 -
System Red Green Blue C M Y K H S L
Decimal 252 249 244 0 0.01 0.03 0.01 37.5 0.57 0.97
Hex FC F9 F4 0 1 3 1 26 39 61
Octal 374 371 364 0 1 3 1 46 71 141
Binary 11111100 11111001 11110100 0 1 11 1 100110 111001 1100001

Color Harmonies of #FCF9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9F4

Black with #FCF9F4

Text Example


Text Example

White with #FCF9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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