Html Css Color HEX #FBF9F6 Floral White

📋 copy color: '#FBF9F6'

red 251 ◦ green 249 ◦ blue 246

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

Shades of Floral White #FBF9F6

Tints of Floral White #FBF9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 32.98%

R = 33.65%
G = 33.38%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBF9F6 (or 0xFBF9F6) is known color: Floral White. HEX triplet: FB, F9 and F6. RGB value is (251,249,246). Sum of RGB (Red+Green+Blue) = 251+249+246=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 246 (96.48% from 255 or 32.98% from 746); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F6 is #040609. Grayscale: #F9F9F9. Windows color (decimal): -263690 or 16185851. OLE color: 16185851.

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

Color convert

RGB 251 249 246 -
CMYK 0 0.01 0.02 0.02
HSL 36º 0.38% 0.97% -
HSV(B) 36º 0.02% 0.98% -
XYZ 90.29 94.91 100.75 -
YUV 249.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 251 249 246 0 0.01 0.02 0.02 36 0.38 0.97
Hex FB F9 F6 0 1 2 2 24 26 61
Octal 373 371 366 0 1 2 2 44 46 141
Binary 11111011 11111001 11110110 0 1 10 10 100100 100110 1100001

Color Harmonies of #FBF9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9F6

Black with #FBF9F6

Text Example


Text Example

White with #FBF9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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