Html Css Color HEX #FBFBC5 Cumulus

📋 copy color: '#FBFBC5'

red 251 ◦ green 251 ◦ blue 197

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

Shades of Cumulus #FBFBC5

Tints of Cumulus #FBFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.18%

R = 35.91%
G = 35.91%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBFBC5 (or 0xFBFBC5) is known color: Cumulus. HEX triplet: FB, FB and C5. RGB value is (251,251,197). Sum of RGB (Red+Green+Blue) = 251+251+197=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 197 (77.34% from 255 or 28.18% from 699); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBC5 is #04043A. Grayscale: #F5F5F5. Windows color (decimal): -263227 or 12975099. OLE color: 12975099.

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

Color convert

RGB 251 251 197 -
CMYK 0 0 0.22 0.02
HSL 60º 0.87% 0.88% -
HSV(B) 60º 0.22% 0.98% -
XYZ 84.36 93.53 66.43 -
YUV 244.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 251 251 197 0 0 0.22 0.02 60 0.87 0.88
Hex FB FB C5 0 0 16 2 3C 57 58
Octal 373 373 305 0 0 26 2 74 127 130
Binary 11111011 11111011 11000101 0 0 10110 10 111100 1010111 1011000

Color Harmonies of #FBFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBC5

Black with #FBFBC5

Text Example


Text Example

White with #FBFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBC5; }

 p { color: rgb(251,251,197); }

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

background-color css

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

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

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

border-color css

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

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

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