Html Css Color HEX #FCF9F5 Floral White

📋 copy color: '#FCF9F5'

red 252 ◦ green 249 ◦ blue 245

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

Shades of Floral White #FCF9F5

Tints of Floral White #FCF9F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 32.84%

R = 33.78%
G = 33.38%
B = 32.84%

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

#FCF9F5 (or 0xFCF9F5) is known color: Floral White. HEX triplet: FC, F9 and F5. RGB value is (252,249,245). Sum of RGB (Red+Green+Blue) = 252+249+245=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 245 (96.09% from 255 or 32.84% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F5 is #03060A. Grayscale: #F9F9F9. Windows color (decimal): -198155 or 16120316. OLE color: 16120316.

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

Color convert

RGB 252 249 245 -
CMYK 0 0.01 0.03 0.01
HSL 34.29º 0.54% 0.97% -
HSV(B) 34.29º 0.03% 0.99% -
XYZ 90.5 95.04 99.96 -
YUV 249.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 252 249 245 0 0.01 0.03 0.01 34.29 0.54 0.97
Hex FC F9 F5 0 1 3 1 22 36 61
Octal 374 371 365 0 1 3 1 42 66 141
Binary 11111100 11111001 11110101 0 1 11 1 100010 110110 1100001

Color Harmonies of #FCF9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9F5

Black with #FCF9F5

Text Example


Text Example

White with #FCF9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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