Html Css Color HEX #FBF8BF Cumulus

📋 copy color: '#FBF8BF'

red 251 ◦ green 248 ◦ blue 191

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

Shades of Cumulus #FBF8BF

Tints of Cumulus #FBF8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.68%

R = 36.38%
G = 35.94%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBF8BF (or 0xFBF8BF) is known color: Cumulus. HEX triplet: FB, F8 and BF. RGB value is (251,248,191). Sum of RGB (Red+Green+Blue) = 251+248+191=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 191 (75% from 255 or 27.68% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8BF is #040740. Grayscale: #F2F2F2. Windows color (decimal): -264001 or 12581115. OLE color: 12581115.

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

Color convert

RGB 251 248 191 -
CMYK 0 0.01 0.24 0.02
HSL 57º 0.88% 0.87% -
HSV(B) 57º 0.24% 0.98% -
XYZ 82.76 91.41 62.57 -
YUV 242.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 251 248 191 0 0.01 0.24 0.02 57 0.88 0.87
Hex FB F8 BF 0 1 18 2 39 58 57
Octal 373 370 277 0 1 30 2 71 130 127
Binary 11111011 11111000 10111111 0 1 11000 10 111001 1011000 1010111

Color Harmonies of #FBF8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF8BF

Black with #FBF8BF

Text Example


Text Example

White with #FBF8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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