Html Css Color HEX #FBF8F2 Floral White

📋 copy color: '#FBF8F2'

red 251 ◦ green 248 ◦ blue 242

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

Shades of Floral White #FBF8F2

Tints of Floral White #FBF8F2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.47%

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

R = 33.87%
G = 33.47%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBF8F2 (or 0xFBF8F2) is known color: Floral White. HEX triplet: FB, F8 and F2. RGB value is (251,248,242). Sum of RGB (Red+Green+Blue) = 251+248+242=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 248 (97.27% from 255 or 33.47% from 741); Blue value is 242 (94.92% from 255 or 32.66% from 741); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8F2 is #04070D. Grayscale: #F8F8F8. Windows color (decimal): -263950 or 15923451. OLE color: 15923451.

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

Color convert

RGB 251 248 242 -
CMYK 0 0.01 0.04 0.02
HSL 40º 0.53% 0.97% -
HSV(B) 40º 0.04% 0.98% -
XYZ 89.38 94.05 97.45 -
YUV 248.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 251 248 242 0 0.01 0.04 0.02 40 0.53 0.97
Hex FB F8 F2 0 1 4 2 28 35 61
Octal 373 370 362 0 1 4 2 50 65 141
Binary 11111011 11111000 11110010 0 1 100 10 101000 110101 1100001

Color Harmonies of #FBF8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF8F2

Black with #FBF8F2

Text Example


Text Example

White with #FBF8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF8F2; }

 p { color: rgb(251,248,242); }

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

background-color css

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

 a { background-color: rgb(251,248,242); }

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

border-color css

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

 span { border-color: rgb(251,248,242); }

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