Html Css Color HEX #FBFBBC Cumulus

📋 copy color: '#FBFBBC'

red 251 ◦ green 251 ◦ blue 188

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

Shades of Cumulus #FBFBBC

Tints of Cumulus #FBFBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 27.25%

R = 36.38%
G = 36.38%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBFBBC (or 0xFBFBBC) is known color: Cumulus. HEX triplet: FB, FB and BC. RGB value is (251,251,188). Sum of RGB (Red+Green+Blue) = 251+251+188=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 188 (73.83% from 255 or 27.25% from 690); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBBC is #040443. Grayscale: #F4F4F4. Windows color (decimal): -263236 or 12385275. OLE color: 12385275.

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

Color convert

RGB 251 251 188 -
CMYK 0 0 0.25 0.02
HSL 60º 0.89% 0.86% -
HSV(B) 60º 0.25% 0.98% -
XYZ 83.36 93.13 61.16 -
YUV 243.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 251 251 188 0 0 0.25 0.02 60 0.89 0.86
Hex FB FB BC 0 0 19 2 3C 59 56
Octal 373 373 274 0 0 31 2 74 131 126
Binary 11111011 11111011 10111100 0 0 11001 10 111100 1011001 1010110

Color Harmonies of #FBFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBBC

Black with #FBFBBC

Text Example


Text Example

White with #FBFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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