Html Css Color HEX #FBF9F3 Floral White

📋 copy color: '#FBF9F3'

red 251 ◦ green 249 ◦ blue 243

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

Shades of Floral White #FBF9F3

Tints of Floral White #FBF9F3

RGB

 RED value IS 251 (98.44% from 255) = 33.78%

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

 BLUE value IS 243 (95.31% from 255) = 32.71%

R = 33.78%
G = 33.51%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBF9F3 (or 0xFBF9F3) is known color: Floral White. HEX triplet: FB, F9 and F3. RGB value is (251,249,243). Sum of RGB (Red+Green+Blue) = 251+249+243=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 249 (97.66% from 255 or 33.51% from 743); Blue value is 243 (95.31% from 255 or 32.71% from 743); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F3 is #04060C. Grayscale: #F8F8F8. Windows color (decimal): -263693 or 15989243. OLE color: 15989243.

HSL color Cylindrical-coordinate representation of color #FBF9F3: hue angle of 45º degrees, saturation: 0.5, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBF9F3 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 243 -
CMYK 0 0.01 0.03 0.02
HSL 45º 0.5% 0.97% -
HSV(B) 45º 0.03% 0.98% -
XYZ 89.84 94.73 98.34 -
YUV 248.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 251 249 243 0 0.01 0.03 0.02 45 0.5 0.97
Hex FB F9 F3 0 1 3 2 2D 32 61
Octal 373 371 363 0 1 3 2 55 62 141
Binary 11111011 11111001 11110011 0 1 11 10 101101 110010 1100001

Color Harmonies of #FBF9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9F3

Black with #FBF9F3

Text Example


Text Example

White with #FBF9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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