Html Css Color HEX #FCFBF9 Floral White

📋 copy color: '#FCFBF9'

red 252 ◦ green 251 ◦ blue 249

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

Shades of Floral White #FCFBF9

Tints of Floral White #FCFBF9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.38%

 BLUE value IS 249 (97.66% from 255) = 33.11%

R = 33.51%
G = 33.38%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCFBF9 (or 0xFCFBF9) is known color: Floral White. HEX triplet: FC, FB and F9. RGB value is (252,251,249). Sum of RGB (Red+Green+Blue) = 252+251+249=752 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.51% from 752); Green value is 251 (98.44% from 255 or 33.38% from 752); Blue value is 249 (97.66% from 255 or 33.11% from 752); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF9 is #030406. Grayscale: #FBFBFB. Windows color (decimal): -197639 or 16382972. OLE color: 16382972.

HSL color Cylindrical-coordinate representation of color #FCFBF9: hue angle of 40º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFBF9 is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 249 -
CMYK 0 0.00 0.01 0.01
HSL 40º 0.33% 0.98% -
HSV(B) 40º 0.01% 0.99% -
XYZ 91.74 96.53 103.42 -
YUV 251.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 252 251 249 0 0.00 0.01 0.01 40 0.33 0.98
Hex FC FB F9 0 0 1 1 28 21 62
Octal 374 373 371 0 0 1 1 50 41 142
Binary 11111100 11111011 11111001 0 0 1 1 101000 100001 1100010

Color Harmonies of #FCFBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBF9

Black with #FCFBF9

Text Example


Text Example

White with #FCFBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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