Html Css Color HEX #FCF9F2 Floral White

📋 copy color: '#FCF9F2'

red 252 ◦ green 249 ◦ blue 242

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

Shades of Floral White #FCF9F2

Tints of Floral White #FCF9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 32.57%

R = 33.92%
G = 33.51%
B = 32.57%

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

#FCF9F2 (or 0xFCF9F2) is known color: Floral White. HEX triplet: FC, F9 and F2. RGB value is (252,249,242). Sum of RGB (Red+Green+Blue) = 252+249+242=743 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.92% from 743); Green value is 249 (97.66% from 255 or 33.51% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F2 is #03060D. Grayscale: #F9F9F9. Windows color (decimal): -198158 or 15923708. OLE color: 15923708.

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

Color convert

RGB 252 249 242 -
CMYK 0 0.01 0.04 0.01
HSL 42º 0.63% 0.97% -
HSV(B) 42º 0.04% 0.99% -
XYZ 90.05 94.86 97.57 -
YUV 249.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 252 249 242 0 0.01 0.04 0.01 42 0.63 0.97
Hex FC F9 F2 0 1 4 1 2A 3E 61
Octal 374 371 362 0 1 4 1 52 76 141
Binary 11111100 11111001 11110010 0 1 100 1 101010 111110 1100001

Color Harmonies of #FCF9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9F2

Black with #FCF9F2

Text Example


Text Example

White with #FCF9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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